Class: Quickfix::UnderlyingComplexEventPVFinalPriceElectionFallback
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingComplexEventPVFinalPriceElectionFallback
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventPVFinalPriceElectionFallback
constructor
A new instance of UnderlyingComplexEventPVFinalPriceElectionFallback.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventPVFinalPriceElectionFallback
Returns a new instance of UnderlyingComplexEventPVFinalPriceElectionFallback.
71090 71091 71092 71093 71094 71095 71096 |
# File 'lib/quickfix_fields.rb', line 71090 def initialize(data = nil) if( data == nil ) super(2613) else super(2613, data) end end |
Class Method Details
.field ⇒ Object
71087 71088 71089 |
# File 'lib/quickfix_fields.rb', line 71087 def UnderlyingComplexEventPVFinalPriceElectionFallback.field return 2613 end |