Class: Quickfix::Nested4PartySubIDType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ Nested4PartySubIDType

Returns a new instance of Nested4PartySubIDType.



18648
18649
18650
18651
18652
18653
18654
# File 'lib/quickfix_fields.rb', line 18648

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