Class: Quickfix::InstrumentScopeSecurityType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::InstrumentScopeSecurityType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopeSecurityType
constructor
A new instance of InstrumentScopeSecurityType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ InstrumentScopeSecurityType
Returns a new instance of InstrumentScopeSecurityType.
20793 20794 20795 20796 20797 20798 20799 |
# File 'lib/quickfix_fields.rb', line 20793 def initialize(data = nil) if( data == nil ) super(1547) else super(1547, data) end end |
Class Method Details
.field ⇒ Object
20790 20791 20792 |
# File 'lib/quickfix_fields.rb', line 20790 def InstrumentScopeSecurityType.field return 1547 end |