Class: Quickfix::LegMinPriceIncrement

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

Returns a new instance of LegMinPriceIncrement.



43036
43037
43038
43039
43040
43041
43042
# File 'lib/quickfix_fields.rb', line 43036

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

Class Method Details

.fieldObject



43033
43034
43035
# File 'lib/quickfix_fields.rb', line 43033

def LegMinPriceIncrement.field
  return 2190
end