Class: Quickfix::LegComplexEventPVFinalPriceElectionFallback
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegComplexEventPVFinalPriceElectionFallback
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventPVFinalPriceElectionFallback
constructor
A new instance of LegComplexEventPVFinalPriceElectionFallback.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
64717 64718 64719 |
# File 'lib/quickfix_fields.rb', line 64717 def LegComplexEventPVFinalPriceElectionFallback.field return 2610 end |