Class: Quickfix::PaymentStreamMaximumPaymentCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamMaximumPaymentCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamMaximumPaymentCurrency
constructor
A new instance of PaymentStreamMaximumPaymentCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamMaximumPaymentCurrency
Returns a new instance of PaymentStreamMaximumPaymentCurrency.
44635 44636 44637 44638 44639 44640 44641 |
# File 'lib/quickfix_fields.rb', line 44635 def initialize(data = nil) if( data == nil ) super(41184) else super(41184, data) end end |
Class Method Details
.field ⇒ Object
44632 44633 44634 |
# File 'lib/quickfix_fields.rb', line 44632 def PaymentStreamMaximumPaymentCurrency.field return 41184 end |