Class: Quickfix::LegMinPriceIncrementAmount

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

Returns a new instance of LegMinPriceIncrementAmount.



43049
43050
43051
43052
43053
43054
43055
# File 'lib/quickfix_fields.rb', line 43049

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

Class Method Details

.fieldObject



43046
43047
43048
# File 'lib/quickfix_fields.rb', line 43046

def LegMinPriceIncrementAmount.field
  return 2191
end