Class: Quickfix::PaymentStreamRateOrAmountCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamRateOrAmountCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRateOrAmountCurrency
constructor
A new instance of PaymentStreamRateOrAmountCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamRateOrAmountCurrency
Returns a new instance of PaymentStreamRateOrAmountCurrency.
37511 37512 37513 37514 37515 37516 37517 |
# File 'lib/quickfix_fields.rb', line 37511 def initialize(data = nil) if( data == nil ) super(40786) else super(40786, data) end end |
Class Method Details
.field ⇒ Object
37508 37509 37510 |
# File 'lib/quickfix_fields.rb', line 37508 def PaymentStreamRateOrAmountCurrency.field return 40786 end |