Class: Quickfix::InstrumentPricePrecision

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ InstrumentPricePrecision

Returns a new instance of InstrumentPricePrecision.



62497
62498
62499
62500
62501
62502
62503
# File 'lib/quickfix_fields.rb', line 62497

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

Class Method Details

.fieldObject



62494
62495
62496
# File 'lib/quickfix_fields.rb', line 62494

def InstrumentPricePrecision.field
	return 2576
end