Class: Quickfix::UnderlyingComplexEventStrikePrice
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingComplexEventStrikePrice
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventStrikePrice
constructor
A new instance of UnderlyingComplexEventStrikePrice.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventStrikePrice
Returns a new instance of UnderlyingComplexEventStrikePrice.
52682 52683 52684 52685 52686 52687 52688 |
# File 'lib/quickfix_fields.rb', line 52682 def initialize(data = nil) if( data == nil ) super(2274) else super(2274, data) end end |