Class: Quickfix::MinPriceIncrement
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::MinPriceIncrement
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MinPriceIncrement
constructor
A new instance of MinPriceIncrement.
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
.field ⇒ Object
9792 9793 9794 |
# File 'lib/quickfix_fields.rb', line 9792 def MinPriceIncrement.field return 969 end |