Class: Quickfix::RootPartySubIDType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RootPartySubIDType

Returns a new instance of RootPartySubIDType.



14982
14983
14984
14985
14986
14987
14988
# File 'lib/quickfix_fields.rb', line 14982

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