Class: Quickfix::InstrumentScopeUPICode
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::InstrumentScopeUPICode
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopeUPICode
constructor
A new instance of InstrumentScopeUPICode.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ InstrumentScopeUPICode
Returns a new instance of InstrumentScopeUPICode.
78331 78332 78333 78334 78335 78336 78337 |
# File 'lib/quickfix_fields.rb', line 78331 def initialize(data = nil) if( data == nil ) super(2895) else super(2895, data) end end |
Class Method Details
.field ⇒ Object
78328 78329 78330 |
# File 'lib/quickfix_fields.rb', line 78328 def InstrumentScopeUPICode.field return 2895 end |