Class: Quickfix::OpenCloseSettlFlag
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::OpenCloseSettlFlag
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OpenCloseSettlFlag
constructor
A new instance of OpenCloseSettlFlag.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ OpenCloseSettlFlag
Returns a new instance of OpenCloseSettlFlag.
8963 8964 8965 8966 8967 8968 8969 |
# File 'lib/quickfix_fields.rb', line 8963 def initialize(data = nil) if( data == nil ) super(286) else super(286, data) end end |
Class Method Details
.field ⇒ Object
8960 8961 8962 |
# File 'lib/quickfix_fields.rb', line 8960 def OpenCloseSettlFlag.field return 286 end |