Class: Quickfix::PaymentStreamFormula
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamFormula
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamFormula
constructor
A new instance of PaymentStreamFormula.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamFormula
Returns a new instance of PaymentStreamFormula.
69556 69557 69558 69559 69560 69561 69562 |
# File 'lib/quickfix_fields.rb', line 69556 def initialize(data = nil) if( data == nil ) super(42684) else super(42684, data) end end |
Class Method Details
.field ⇒ Object
69553 69554 69555 |
# File 'lib/quickfix_fields.rb', line 69553 def PaymentStreamFormula.field return 42684 end |