Class: Quickfix::StrikeIndexCurvePoint
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::StrikeIndexCurvePoint
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StrikeIndexCurvePoint
constructor
A new instance of StrikeIndexCurvePoint.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ StrikeIndexCurvePoint
Returns a new instance of StrikeIndexCurvePoint.
64447 64448 64449 64450 64451 64452 64453 |
# File 'lib/quickfix_fields.rb', line 64447 def initialize(data = nil) if( data == nil ) super(2600) else super(2600, data) end end |
Class Method Details
.field ⇒ Object
64444 64445 64446 |
# File 'lib/quickfix_fields.rb', line 64444 def StrikeIndexCurvePoint.field return 2600 end |