Class: Quickfix::UnderlyingInstrumentXID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



72452
72453
72454
# File 'lib/quickfix_fields.rb', line 72452

def UnderlyingInstrumentXID.field
	return 2631
end