Class: Quickfix::UnderlyingStrikeIndexCurvePoint
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingStrikeIndexCurvePoint
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStrikeIndexCurvePoint
constructor
A new instance of UnderlyingStrikeIndexCurvePoint.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStrikeIndexCurvePoint
Returns a new instance of UnderlyingStrikeIndexCurvePoint.
72338 72339 72340 72341 72342 72343 72344 |
# File 'lib/quickfix_fields.rb', line 72338 def initialize(data = nil) if( data == nil ) super(2622) else super(2622, data) end end |
Class Method Details
.field ⇒ Object
72335 72336 72337 |
# File 'lib/quickfix_fields.rb', line 72335 def .field return 2622 end |