Class: Quickfix::DerivativeMinPriceIncrementAmount
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::DerivativeMinPriceIncrementAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeMinPriceIncrementAmount
constructor
A new instance of DerivativeMinPriceIncrementAmount.
Constructor Details
#initialize(data = nil) ⇒ DerivativeMinPriceIncrementAmount
Returns a new instance of DerivativeMinPriceIncrementAmount.
4153 4154 4155 4156 4157 4158 4159 |
# File 'lib/quickfix_fields.rb', line 4153 def initialize(data = nil) if( data == nil ) super(1268) else super(1268, data) end end |
Class Method Details
.field ⇒ Object
4150 4151 4152 |
# File 'lib/quickfix_fields.rb', line 4150 def DerivativeMinPriceIncrementAmount.field return 1268 end |