Class: Quickfix::DerivativeMinPriceIncrementAmount

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) ⇒ DerivativeMinPriceIncrementAmount

Returns a new instance of DerivativeMinPriceIncrementAmount.



16841
16842
16843
16844
16845
16846
16847
# File 'lib/quickfix_fields.rb', line 16841

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

Class Method Details

.fieldObject



16838
16839
16840
# File 'lib/quickfix_fields.rb', line 16838

def DerivativeMinPriceIncrementAmount.field
  return 1268
end