Class: Quickfix::NoInstrumentScopeSecurityAltID
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoInstrumentScopeSecurityAltID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoInstrumentScopeSecurityAltID
constructor
A new instance of NoInstrumentScopeSecurityAltID.
Constructor Details
#initialize(data = nil) ⇒ NoInstrumentScopeSecurityAltID
Returns a new instance of NoInstrumentScopeSecurityAltID.
20702 20703 20704 20705 20706 20707 20708 |
# File 'lib/quickfix_fields.rb', line 20702 def initialize(data = nil) if( data == nil ) super(1540) else super(1540, data) end end |