Class: Quickfix::ReplaceText
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ReplaceText
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReplaceText
constructor
A new instance of ReplaceText.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ReplaceText
Returns a new instance of ReplaceText.
77122 77123 77124 77125 77126 77127 77128 |
# File 'lib/quickfix_fields.rb', line 77122 def initialize(data = nil) if( data == nil ) super(2805) else super(2805, data) end end |
Class Method Details
.field ⇒ Object
77119 77120 77121 |
# File 'lib/quickfix_fields.rb', line 77119 def ReplaceText.field return 2805 end |