Class: Quickfix::Nested2PartySubIDType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ Nested2PartySubIDType

Returns a new instance of Nested2PartySubIDType.



10991
10992
10993
10994
10995
10996
10997
# File 'lib/quickfix_fields.rb', line 10991

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