Class: Quickfix::InstrumentScopeSymbol
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::InstrumentScopeSymbol
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopeSymbol
constructor
A new instance of InstrumentScopeSymbol.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ InstrumentScopeSymbol
Returns a new instance of InstrumentScopeSymbol.
20650 20651 20652 20653 20654 20655 20656 |
# File 'lib/quickfix_fields.rb', line 20650 def initialize(data = nil) if( data == nil ) super(1536) else super(1536, data) end end |
Class Method Details
.field ⇒ Object
20647 20648 20649 |
# File 'lib/quickfix_fields.rb', line 20647 def InstrumentScopeSymbol.field return 1536 end |