Class: Quickfix::EncodedRejectText
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::EncodedRejectText
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedRejectText
constructor
A new instance of EncodedRejectText.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ EncodedRejectText
Returns a new instance of EncodedRejectText.
21313 21314 21315 21316 21317 21318 21319 |
# File 'lib/quickfix_fields.rb', line 21313 def initialize(data = nil) if( data == nil ) super(1665) else super(1665, data) end end |
Class Method Details
.field ⇒ Object
21310 21311 21312 |
# File 'lib/quickfix_fields.rb', line 21310 def EncodedRejectText.field return 1665 end |