Class: Quickfix::MinPriceIncrementAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::MinPriceIncrementAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MinPriceIncrementAmount
constructor
A new instance of MinPriceIncrementAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ MinPriceIncrementAmount
15307 15308 15309 15310 15311 15312 15313 |
# File 'lib/quickfix_fields.rb', line 15307 def initialize(data = nil) if( data == nil ) super(1146) else super(1146, data) end end |
Class Method Details
.field ⇒ Object
15304 15305 15306 |
# File 'lib/quickfix_fields.rb', line 15304 def MinPriceIncrementAmount.field return 1146 end |