Class: Quickfix::InstrumentScopeEncodedSecurityDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::InstrumentScopeEncodedSecurityDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopeEncodedSecurityDesc
constructor
A new instance of InstrumentScopeEncodedSecurityDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ InstrumentScopeEncodedSecurityDesc
Returns a new instance of InstrumentScopeEncodedSecurityDesc.
21183 21184 21185 21186 21187 21188 21189 |
# File 'lib/quickfix_fields.rb', line 21183 def initialize(data = nil) if( data == nil ) super(1621) else super(1621, data) end end |
Class Method Details
.field ⇒ Object
21180 21181 21182 |
# File 'lib/quickfix_fields.rb', line 21180 def InstrumentScopeEncodedSecurityDesc.field return 1621 end |