Class: Quickfix::LegStrikeIndexSpread
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegStrikeIndexSpread
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStrikeIndexSpread
constructor
A new instance of LegStrikeIndexSpread.
Constructor Details
#initialize(data = nil) ⇒ LegStrikeIndexSpread
Returns a new instance of LegStrikeIndexSpread.
42971 42972 42973 42974 42975 42976 42977 |
# File 'lib/quickfix_fields.rb', line 42971 def initialize(data = nil) if( data == nil ) super(2185) else super(2185, data) end end |