Class: Quickfix::NoNested3PartyIDs

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoNested3PartyIDs

Returns a new instance of NoNested3PartyIDs.



12785
12786
12787
12788
12789
12790
12791
# File 'lib/quickfix_fields.rb', line 12785

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