Class: Quickfix::MinPriceIncrement

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MinPriceIncrement

Returns a new instance of MinPriceIncrement.



9795
9796
9797
9798
9799
9800
9801
# File 'lib/quickfix_fields.rb', line 9795

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

Class Method Details

.fieldObject



9792
9793
9794
# File 'lib/quickfix_fields.rb', line 9792

def MinPriceIncrement.field
  return 969
end