Class: Quickfix::UnderlyingInstrumentXID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingInstrumentXID

Returns a new instance of UnderlyingInstrumentXID.



72455
72456
72457
72458
72459
72460
72461
# File 'lib/quickfix_fields.rb', line 72455

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