Class: Quickfix::ComplexEventPVFinalPriceElectionFallback
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ComplexEventPVFinalPriceElectionFallback
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventPVFinalPriceElectionFallback
constructor
A new instance of ComplexEventPVFinalPriceElectionFallback.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ComplexEventPVFinalPriceElectionFallback
Returns a new instance of ComplexEventPVFinalPriceElectionFallback.
63381 63382 63383 63384 63385 63386 63387 |
# File 'lib/quickfix_fields.rb', line 63381 def initialize(data = nil) if( data == nil ) super(2599) else super(2599, data) end end |
Class Method Details
.field ⇒ Object
63378 63379 63380 |
# File 'lib/quickfix_fields.rb', line 63378 def ComplexEventPVFinalPriceElectionFallback.field return 2599 end |