Class: Quickfix::LegPaymentScheduleFixedCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentScheduleFixedCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleFixedCurrency
constructor
A new instance of LegPaymentScheduleFixedCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleFixedCurrency
Returns a new instance of LegPaymentScheduleFixedCurrency.
32350 32351 32352 32353 32354 32355 32356 |
# File 'lib/quickfix_fields.rb', line 32350 def initialize(data = nil) if( data == nil ) super(40389) else super(40389, data) end end |
Class Method Details
.field ⇒ Object
32347 32348 32349 |
# File 'lib/quickfix_fields.rb', line 32347 def LegPaymentScheduleFixedCurrency.field return 40389 end |