Class: Quickfix::PaymentScheduleFixedCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentScheduleFixedCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleFixedCurrency
constructor
A new instance of PaymentScheduleFixedCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleFixedCurrency
Returns a new instance of PaymentScheduleFixedCurrency.
38252 38253 38254 38255 38256 38257 38258 |
# File 'lib/quickfix_fields.rb', line 38252 def initialize(data = nil) if( data == nil ) super(40843) else super(40843, data) end end |
Class Method Details
.field ⇒ Object
38249 38250 38251 |
# File 'lib/quickfix_fields.rb', line 38249 def PaymentScheduleFixedCurrency.field return 40843 end |