Class: Quickfix::InstrumentScopeEncodedSecurityDescLen
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::InstrumentScopeEncodedSecurityDescLen
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopeEncodedSecurityDescLen
constructor
A new instance of InstrumentScopeEncodedSecurityDescLen.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ InstrumentScopeEncodedSecurityDescLen
Returns a new instance of InstrumentScopeEncodedSecurityDescLen.
21170 21171 21172 21173 21174 21175 21176 |
# File 'lib/quickfix_fields.rb', line 21170 def initialize(data = nil) if( data == nil ) super(1620) else super(1620, data) end end |
Class Method Details
.field ⇒ Object
21167 21168 21169 |
# File 'lib/quickfix_fields.rb', line 21167 def InstrumentScopeEncodedSecurityDescLen.field return 1620 end |