Class: Quickfix::DerivativeEventText
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DerivativeEventText
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeEventText
constructor
A new instance of DerivativeEventText.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DerivativeEventText
Returns a new instance of DerivativeEventText.
17140 17141 17142 17143 17144 17145 17146 |
# File 'lib/quickfix_fields.rb', line 17140 def initialize(data = nil) if( data == nil ) super(1291) else super(1291, data) end end |
Class Method Details
.field ⇒ Object
17137 17138 17139 |
# File 'lib/quickfix_fields.rb', line 17137 def DerivativeEventText.field return 1291 end |