Class: Quickfix::UnderlyingPaymentStreamFormulaCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamFormulaCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFormulaCurrency
constructor
A new instance of UnderlyingPaymentStreamFormulaCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFormulaCurrency
Returns a new instance of UnderlyingPaymentStreamFormulaCurrency.
73651 73652 73653 73654 73655 73656 73657 |
# File 'lib/quickfix_fields.rb', line 73651 def initialize(data = nil) if( data == nil ) super(42978) else super(42978, data) end end |
Class Method Details
.field ⇒ Object
73648 73649 73650 |
# File 'lib/quickfix_fields.rb', line 73648 def .field return 42978 end |