Class: Quickfix::DerivativeInstrRegistry
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DerivativeInstrRegistry
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeInstrRegistry
constructor
A new instance of DerivativeInstrRegistry.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DerivativeInstrRegistry
Returns a new instance of DerivativeInstrRegistry.
16698 16699 16700 16701 16702 16703 16704 |
# File 'lib/quickfix_fields.rb', line 16698 def initialize(data = nil) if( data == nil ) super(1257) else super(1257, data) end end |
Class Method Details
.field ⇒ Object
16695 16696 16697 |
# File 'lib/quickfix_fields.rb', line 16695 def DerivativeInstrRegistry.field return 1257 end |