Class: Quickfix::InstrumentScopeSecurityAltID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::InstrumentScopeSecurityAltID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopeSecurityAltID
constructor
A new instance of InstrumentScopeSecurityAltID.
Constructor Details
#initialize(data = nil) ⇒ InstrumentScopeSecurityAltID
20715 20716 20717 20718 20719 20720 20721 |
# File 'lib/quickfix_fields.rb', line 20715 def initialize(data = nil) if( data == nil ) super(1541) else super(1541, data) end end |