Class: Quickfix::PaymentScheduleRateCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentScheduleRateCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleRateCurrency
constructor
A new instance of PaymentScheduleRateCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleRateCurrency
Returns a new instance of PaymentScheduleRateCurrency.
44401 44402 44403 44404 44405 44406 44407 |
# File 'lib/quickfix_fields.rb', line 44401 def initialize(data = nil) if( data == nil ) super(41166) else super(41166, data) end end |
Class Method Details
.field ⇒ Object
44398 44399 44400 |
# File 'lib/quickfix_fields.rb', line 44398 def PaymentScheduleRateCurrency.field return 41166 end |