Class: Quickfix::StartTickPriceRange
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::StartTickPriceRange
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StartTickPriceRange
constructor
A new instance of StartTickPriceRange.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ StartTickPriceRange
Returns a new instance of StartTickPriceRange.
16100 16101 16102 16103 16104 16105 16106 |
# File 'lib/quickfix_fields.rb', line 16100 def initialize(data = nil) if( data == nil ) super(1206) else super(1206, data) end end |
Class Method Details
.field ⇒ Object
16097 16098 16099 |
# File 'lib/quickfix_fields.rb', line 16097 def StartTickPriceRange.field return 1206 end |