Class: Quickfix::PaymentStreamRateSpreadCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamRateSpreadCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRateSpreadCurrency
constructor
A new instance of PaymentStreamRateSpreadCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamRateSpreadCurrency
Returns a new instance of PaymentStreamRateSpreadCurrency.
44882 44883 44884 44885 44886 44887 44888 |
# File 'lib/quickfix_fields.rb', line 44882 def initialize(data = nil) if( data == nil ) super(41203) else super(41203, data) end end |
Class Method Details
.field ⇒ Object
44879 44880 44881 |
# File 'lib/quickfix_fields.rb', line 44879 def PaymentStreamRateSpreadCurrency.field return 41203 end |