Class: Quickfix::DerivativeMinPriceIncrement

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DerivativeMinPriceIncrement



16828
16829
16830
16831
16832
16833
16834
# File 'lib/quickfix_fields.rb', line 16828

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

Class Method Details

.fieldObject



16825
16826
16827
# File 'lib/quickfix_fields.rb', line 16825

def DerivativeMinPriceIncrement.field
  return 1267
end