Class: Quickfix::InternationalSwapIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::InternationalSwapIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InternationalSwapIndicator
constructor
A new instance of InternationalSwapIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ InternationalSwapIndicator
Returns a new instance of InternationalSwapIndicator.
61834 61835 61836 61837 61838 61839 61840 |
# File 'lib/quickfix_fields.rb', line 61834 def initialize(data = nil) if( data == nil ) super(2526) else super(2526, data) end end |
Class Method Details
.field ⇒ Object
61831 61832 61833 |
# File 'lib/quickfix_fields.rb', line 61831 def InternationalSwapIndicator.field return 2526 end |