Class: Quickfix::LegInstrRegistry
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegInstrRegistry
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegInstrRegistry
constructor
A new instance of LegInstrRegistry.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegInstrRegistry
Returns a new instance of LegInstrRegistry.
8144 8145 8146 8147 8148 8149 8150 |
# File 'lib/quickfix_fields.rb', line 8144 def initialize(data = nil) if( data == nil ) super(599) else super(599, data) end end |
Class Method Details
.field ⇒ Object
8141 8142 8143 |
# File 'lib/quickfix_fields.rb', line 8141 def LegInstrRegistry.field return 599 end |