Class: Quickfix::SettleOnOpenFlag
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SettleOnOpenFlag
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettleOnOpenFlag
constructor
A new instance of SettleOnOpenFlag.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SettleOnOpenFlag
Returns a new instance of SettleOnOpenFlag.
13032 13033 13034 13035 13036 13037 13038 |
# File 'lib/quickfix_fields.rb', line 13032 def initialize(data = nil) if( data == nil ) super(966) else super(966, data) end end |
Class Method Details
.field ⇒ Object
13029 13030 13031 |
# File 'lib/quickfix_fields.rb', line 13029 def SettleOnOpenFlag.field return 966 end |