Class: Quickfix::NoInstrumentScopeSecurityAltID
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoInstrumentScopeSecurityAltID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoInstrumentScopeSecurityAltID
constructor
A new instance of NoInstrumentScopeSecurityAltID.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
20699 20700 20701 |
# File 'lib/quickfix_fields.rb', line 20699 def NoInstrumentScopeSecurityAltID.field return 1540 end |