Class: Quickfix::LegOptionsExchangeDividendsIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LegOptionsExchangeDividendsIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOptionsExchangeDividendsIndicator
constructor
A new instance of LegOptionsExchangeDividendsIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LegOptionsExchangeDividendsIndicator
65305 65306 65307 65308 65309 65310 65311 |
# File 'lib/quickfix_fields.rb', line 65305 def initialize(data = nil) if( data == nil ) super(42354) else super(42354, data) end end |
Class Method Details
.field ⇒ Object
65302 65303 65304 |
# File 'lib/quickfix_fields.rb', line 65302 def LegOptionsExchangeDividendsIndicator.field return 42354 end |