Class: Quickfix::LegPaymentScheduleRateCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentScheduleRateCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleRateCurrency
constructor
A new instance of LegPaymentScheduleRateCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleRateCurrency
49744 49745 49746 49747 49748 49749 49750 |
# File 'lib/quickfix_fields.rb', line 49744 def initialize(data = nil) if( data == nil ) super(41535) else super(41535, data) end end |
Class Method Details
.field ⇒ Object
49741 49742 49743 |
# File 'lib/quickfix_fields.rb', line 49741 def LegPaymentScheduleRateCurrency.field return 41535 end |