Class: Quickfix::OpenCloseSettleFlag
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::OpenCloseSettleFlag
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OpenCloseSettleFlag
constructor
A new instance of OpenCloseSettleFlag.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ OpenCloseSettleFlag
Returns a new instance of OpenCloseSettleFlag.
3607 3608 3609 3610 3611 3612 3613 |
# File 'lib/quickfix_fields.rb', line 3607 def initialize(data = nil) if( data == nil ) super(286) else super(286, data) end end |
Class Method Details
.field ⇒ Object
3604 3605 3606 |
# File 'lib/quickfix_fields.rb', line 3604 def OpenCloseSettleFlag.field return 286 end |