Class: Quickfix::LegStrikeIndexCurvePoint
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegStrikeIndexCurvePoint
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStrikeIndexCurvePoint
constructor
A new instance of LegStrikeIndexCurvePoint.
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 |