Class: Quickfix::LegComplexEventPVFinalPriceElectionFallback
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegComplexEventPVFinalPriceElectionFallback
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventPVFinalPriceElectionFallback
constructor
A new instance of LegComplexEventPVFinalPriceElectionFallback.
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventPVFinalPriceElectionFallback
Returns a new instance of LegComplexEventPVFinalPriceElectionFallback.
64720 64721 64722 64723 64724 64725 64726 |
# File 'lib/quickfix_fields.rb', line 64720 def initialize(data = nil) if( data == nil ) super(2610) else super(2610, data) end end |