Class: Quickfix::UnderlyingPaymentStreamFormulaCurrencyDeterminationMethod
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamFormulaCurrencyDeterminationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFormulaCurrencyDeterminationMethod
constructor
A new instance of UnderlyingPaymentStreamFormulaCurrencyDeterminationMethod.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFormulaCurrencyDeterminationMethod
Returns a new instance of UnderlyingPaymentStreamFormulaCurrencyDeterminationMethod.
73664 73665 73666 73667 73668 73669 73670 |
# File 'lib/quickfix_fields.rb', line 73664 def initialize(data = nil) if( data == nil ) super(42979) else super(42979, data) end end |
Class Method Details
.field ⇒ Object
73661 73662 73663 |
# File 'lib/quickfix_fields.rb', line 73661 def .field return 42979 end |