Class: Quickfix::UnderlyingPaymentScheduleFixedCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentScheduleFixedCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixedCurrency
constructor
A new instance of UnderlyingPaymentScheduleFixedCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixedCurrency
Returns a new instance of UnderlyingPaymentScheduleFixedCurrency.
36120 36121 36122 36123 36124 36125 36126 |
# File 'lib/quickfix_fields.rb', line 36120 def initialize(data = nil) if( data == nil ) super(40679) else super(40679, data) end end |
Class Method Details
.field ⇒ Object
36117 36118 36119 |
# File 'lib/quickfix_fields.rb', line 36117 def .field return 40679 end |