Class: Quickfix::UnderlyingComplexEventPricePercentage
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingComplexEventPricePercentage
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventPricePercentage
constructor
A new instance of UnderlyingComplexEventPricePercentage.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventPricePercentage
Returns a new instance of UnderlyingComplexEventPricePercentage.
52591 52592 52593 52594 52595 52596 52597 |
# File 'lib/quickfix_fields.rb', line 52591 def initialize(data = nil) if( data == nil ) super(2267) else super(2267, data) end end |