Class: Quickfix::DerivativeInstrAttribValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DerivativeInstrAttribValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeInstrAttribValue
constructor
A new instance of DerivativeInstrAttribValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DerivativeInstrAttribValue
Returns a new instance of DerivativeInstrAttribValue.
17426 17427 17428 17429 17430 17431 17432 |
# File 'lib/quickfix_fields.rb', line 17426 def initialize(data = nil) if( data == nil ) super(1314) else super(1314, data) end end |
Class Method Details
.field ⇒ Object
17423 17424 17425 |
# File 'lib/quickfix_fields.rb', line 17423 def DerivativeInstrAttribValue.field return 1314 end |