Class: Quickfix::NoRootPartyIDs

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoRootPartyIDs

Returns a new instance of NoRootPartyIDs.



14904
14905
14906
14907
14908
14909
14910
# File 'lib/quickfix_fields.rb', line 14904

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