Class: Quickfix::DerivativeMinPriceIncrement
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::DerivativeMinPriceIncrement
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeMinPriceIncrement
constructor
A new instance of DerivativeMinPriceIncrement.
Constructor Details
#initialize(data = nil) ⇒ DerivativeMinPriceIncrement
Returns a new instance of DerivativeMinPriceIncrement.
16828 16829 16830 16831 16832 16833 16834 |
# File 'lib/quickfix_fields.rb', line 16828 def initialize(data = nil) if( data == nil ) super(1267) else super(1267, data) end end |