Class: Quickfix::InstrumentScopeSettlType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::InstrumentScopeSettlType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopeSettlType
constructor
A new instance of InstrumentScopeSettlType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ InstrumentScopeSettlType
Returns a new instance of InstrumentScopeSettlType.
20923 20924 20925 20926 20927 20928 20929 |
# File 'lib/quickfix_fields.rb', line 20923 def initialize(data = nil) if( data == nil ) super(1557) else super(1557, data) end end |
Class Method Details
.field ⇒ Object
20920 20921 20922 |
# File 'lib/quickfix_fields.rb', line 20920 def InstrumentScopeSettlType.field return 1557 end |