Class: Quickfix::LowExercisePriceOptionIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LowExercisePriceOptionIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LowExercisePriceOptionIndicator
constructor
A new instance of LowExercisePriceOptionIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LowExercisePriceOptionIndicator
Returns a new instance of LowExercisePriceOptionIndicator.
62471 62472 62473 62474 62475 62476 62477 |
# File 'lib/quickfix_fields.rb', line 62471 def initialize(data = nil) if( data == nil ) super(2574) else super(2574, data) end end |
Class Method Details
.field ⇒ Object
62468 62469 62470 |
# File 'lib/quickfix_fields.rb', line 62468 def LowExercisePriceOptionIndicator.field return 2574 end |