Class: Quickfix::ComplexEventPriceBoundaryMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ComplexEventPriceBoundaryMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventPriceBoundaryMethod
constructor
A new instance of ComplexEventPriceBoundaryMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ComplexEventPriceBoundaryMethod
Returns a new instance of ComplexEventPriceBoundaryMethod.
19675 19676 19677 19678 19679 19680 19681 |
# File 'lib/quickfix_fields.rb', line 19675 def initialize(data = nil) if( data == nil ) super(1487) else super(1487, data) end end |
Class Method Details
.field ⇒ Object
19672 19673 19674 |
# File 'lib/quickfix_fields.rb', line 19672 def ComplexEventPriceBoundaryMethod.field return 1487 end |