Class: Quickfix::MixedSwapIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::MixedSwapIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MixedSwapIndicator
constructor
A new instance of MixedSwapIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ MixedSwapIndicator
Returns a new instance of MixedSwapIndicator.
25265 25266 25267 25268 25269 25270 25271 |
# File 'lib/quickfix_fields.rb', line 25265 def initialize(data = nil) if( data == nil ) super(1929) else super(1929, data) end end |
Class Method Details
.field ⇒ Object
25262 25263 25264 |
# File 'lib/quickfix_fields.rb', line 25262 def MixedSwapIndicator.field return 1929 end |