Class: Quickfix::LegStrikeIndexCurvePoint
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegStrikeIndexCurvePoint
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStrikeIndexCurvePoint
constructor
A new instance of LegStrikeIndexCurvePoint.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegStrikeIndexCurvePoint
Returns a new instance of LegStrikeIndexCurvePoint.
64499 64500 64501 64502 64503 64504 64505 |
# File 'lib/quickfix_fields.rb', line 64499 def initialize(data = nil) if( data == nil ) super(2604) else super(2604, data) end end |
Class Method Details
.field ⇒ Object
64496 64497 64498 |
# File 'lib/quickfix_fields.rb', line 64496 def LegStrikeIndexCurvePoint.field return 2604 end |