Class: Quickfix::Nested3PartySubID

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ Nested3PartySubID

Returns a new instance of Nested3PartySubID.



12850
12851
12852
12853
12854
12855
12856
# File 'lib/quickfix_fields.rb', line 12850

def initialize(data = nil)
  if( data == nil )
    super(953)
  else
    super(953, data)
  end
end