Class: Quickfix::InstrumentScopeCFICode
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::InstrumentScopeCFICode
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopeCFICode
constructor
A new instance of InstrumentScopeCFICode.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ InstrumentScopeCFICode
Returns a new instance of InstrumentScopeCFICode.
20780 20781 20782 20783 20784 20785 20786 |
# File 'lib/quickfix_fields.rb', line 20780 def initialize(data = nil) if( data == nil ) super(1546) else super(1546, data) end end |
Class Method Details
.field ⇒ Object
20777 20778 20779 |
# File 'lib/quickfix_fields.rb', line 20777 def InstrumentScopeCFICode.field return 1546 end |