Class: Quickfix::InstrumentScopeProductComplex
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::InstrumentScopeProductComplex
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopeProductComplex
constructor
A new instance of InstrumentScopeProductComplex.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ InstrumentScopeProductComplex
Returns a new instance of InstrumentScopeProductComplex.
20754 20755 20756 20757 20758 20759 20760 |
# File 'lib/quickfix_fields.rb', line 20754 def initialize(data = nil) if( data == nil ) super(1544) else super(1544, data) end end |
Class Method Details
.field ⇒ Object
20751 20752 20753 |
# File 'lib/quickfix_fields.rb', line 20751 def InstrumentScopeProductComplex.field return 1544 end |