Class: Quickfix::NoNested3PartySubIDs

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoNested3PartySubIDs

Returns a new instance of NoNested3PartySubIDs.



12837
12838
12839
12840
12841
12842
12843
# File 'lib/quickfix_fields.rb', line 12837

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