Class: Quickfix::InstrumentScopeSecurityExchange
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::InstrumentScopeSecurityExchange
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopeSecurityExchange
constructor
A new instance of InstrumentScopeSecurityExchange.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ InstrumentScopeSecurityExchange
Returns a new instance of InstrumentScopeSecurityExchange.
21157 21158 21159 21160 21161 21162 21163 |
# File 'lib/quickfix_fields.rb', line 21157 def initialize(data = nil) if( data == nil ) super(1616) else super(1616, data) end end |
Class Method Details
.field ⇒ Object
21154 21155 21156 |
# File 'lib/quickfix_fields.rb', line 21154 def InstrumentScopeSecurityExchange.field return 1616 end |