Class: Quickfix::InstrumentScopeEncodedSecurityDesc
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::InstrumentScopeEncodedSecurityDesc
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopeEncodedSecurityDesc
constructor
A new instance of InstrumentScopeEncodedSecurityDesc.
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 |