Class: Quickfix::NoNested2PartySubIDs

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoNested2PartySubIDs

Returns a new instance of NoNested2PartySubIDs.



10978
10979
10980
10981
10982
10983
10984
# File 'lib/quickfix_fields.rb', line 10978

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