Class: Quickfix::PaymentDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentDesc
constructor
A new instance of PaymentDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentDesc
Returns a new instance of PaymentDesc.
62822 62823 62824 62825 62826 62827 62828 |
# File 'lib/quickfix_fields.rb', line 62822 def initialize(data = nil) if( data == nil ) super(43087) else super(43087, data) end end |
Class Method Details
.field ⇒ Object
62819 62820 62821 |
# File 'lib/quickfix_fields.rb', line 62819 def PaymentDesc.field return 43087 end |