Class: Quickfix::ComplexEventStrikePrice
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::ComplexEventStrikePrice
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventStrikePrice
constructor
A new instance of ComplexEventStrikePrice.
Constructor Details
#initialize(data = nil) ⇒ ComplexEventStrikePrice
Returns a new instance of ComplexEventStrikePrice.
41346 41347 41348 41349 41350 41351 41352 |
# File 'lib/quickfix_fields.rb', line 41346 def initialize(data = nil) if( data == nil ) super(2130) else super(2130, data) end end |