Class: Quickfix::InstrumentScopeSecurityIDSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::InstrumentScopeSecurityIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopeSecurityIDSource
constructor
A new instance of InstrumentScopeSecurityIDSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ InstrumentScopeSecurityIDSource
Returns a new instance of InstrumentScopeSecurityIDSource.
20689 20690 20691 20692 20693 20694 20695 |
# File 'lib/quickfix_fields.rb', line 20689 def initialize(data = nil) if( data == nil ) super(1539) else super(1539, data) end end |
Class Method Details
.field ⇒ Object
20686 20687 20688 |
# File 'lib/quickfix_fields.rb', line 20686 def InstrumentScopeSecurityIDSource.field return 1539 end |