Class: Quickfix::PaymentStreamFormulaDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamFormulaDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamFormulaDesc
constructor
A new instance of PaymentStreamFormulaDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamFormulaDesc
Returns a new instance of PaymentStreamFormulaDesc.
69569 69570 69571 69572 69573 69574 69575 |
# File 'lib/quickfix_fields.rb', line 69569 def initialize(data = nil) if( data == nil ) super(42685) else super(42685, data) end end |
Class Method Details
.field ⇒ Object
69566 69567 69568 |
# File 'lib/quickfix_fields.rb', line 69566 def PaymentStreamFormulaDesc.field return 42685 end |