Class: Quickfix::UndlyInstrumentPartySubIDType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UndlyInstrumentPartySubIDType

Returns a new instance of UndlyInstrumentPartySubIDType.



14267
14268
14269
14270
14271
14272
14273
# File 'lib/quickfix_fields.rb', line 14267

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