Method: Quickfix::EncodedSecurityDesc#initialize
- Defined in:
- lib/quickfix_fields.rb
#initialize(data = nil) ⇒ EncodedSecurityDesc
Returns a new instance of EncodedSecurityDesc.
4946 4947 4948 4949 4950 4951 4952 |
# File 'lib/quickfix_fields.rb', line 4946 def initialize(data = nil) if( data == nil ) super(351) else super(351, data) end end |