Class: Quickfix::EncodedPaymentText
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::EncodedPaymentText
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedPaymentText
constructor
A new instance of EncodedPaymentText.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ EncodedPaymentText
Returns a new instance of EncodedPaymentText.
40059 40060 40061 40062 40063 40064 40065 |
# File 'lib/quickfix_fields.rb', line 40059 def initialize(data = nil) if( data == nil ) super(40985) else super(40985, data) end end |
Class Method Details
.field ⇒ Object
40056 40057 40058 |
# File 'lib/quickfix_fields.rb', line 40056 def EncodedPaymentText.field return 40985 end |