Class: Quickfix::InstrumentScopeSecuritySubType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::InstrumentScopeSecuritySubType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopeSecuritySubType
constructor
A new instance of InstrumentScopeSecuritySubType.
Constructor Details
#initialize(data = nil) ⇒ InstrumentScopeSecuritySubType
Returns a new instance of InstrumentScopeSecuritySubType.
20806 20807 20808 20809 20810 20811 20812 |
# File 'lib/quickfix_fields.rb', line 20806 def initialize(data = nil) if( data == nil ) super(1548) else super(1548, data) end end |