Class: Quickfix::InstrumentScopeSecuritySubType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::InstrumentScopeSecuritySubType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopeSecuritySubType
constructor
A new instance of InstrumentScopeSecuritySubType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
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 |
Class Method Details
.field ⇒ Object
20803 20804 20805 |
# File 'lib/quickfix_fields.rb', line 20803 def InstrumentScopeSecuritySubType.field return 1548 end |