Class: Quickfix::SettlPriceIncrement
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::SettlPriceIncrement
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlPriceIncrement
constructor
A new instance of SettlPriceIncrement.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ SettlPriceIncrement
Returns a new instance of SettlPriceIncrement.
23978 23979 23980 23981 23982 23983 23984 |
# File 'lib/quickfix_fields.rb', line 23978 def initialize(data = nil) if( data == nil ) super(1830) else super(1830, data) end end |
Class Method Details
.field ⇒ Object
23975 23976 23977 |
# File 'lib/quickfix_fields.rb', line 23975 def SettlPriceIncrement.field return 1830 end |