Class: Quickfix::NoNested2PartyIDs

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoNested2PartyIDs



10341
10342
10343
10344
10345
10346
10347
# File 'lib/quickfix_fields.rb', line 10341

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