Class: Quickfix::InstrumentScopeSeniority
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::InstrumentScopeSeniority
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopeSeniority
constructor
A new instance of InstrumentScopeSeniority.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ InstrumentScopeSeniority
Returns a new instance of InstrumentScopeSeniority.
20858 20859 20860 20861 20862 20863 20864 |
# File 'lib/quickfix_fields.rb', line 20858 def initialize(data = nil) if( data == nil ) super(1552) else super(1552, data) end end |
Class Method Details
.field ⇒ Object
20855 20856 20857 |
# File 'lib/quickfix_fields.rb', line 20855 def InstrumentScopeSeniority.field return 1552 end |