Class: Quickfix::UnderlyingInstrumentPartySubIDType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingInstrumentPartySubIDType



18843
18844
18845
18846
18847
18848
18849
# File 'lib/quickfix_fields.rb', line 18843

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