Class: Quickfix::PartyDetailAltSubIDType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PartyDetailAltSubIDType

Returns a new instance of PartyDetailAltSubIDType.



20546
20547
20548
20549
20550
20551
20552
# File 'lib/quickfix_fields.rb', line 20546

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