Class: Quickfix::Nested4PartySubID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ Nested4PartySubID



18661
18662
18663
18664
18665
18666
18667
# File 'lib/quickfix_fields.rb', line 18661

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