Class: Quickfix::LegPaymentScheduleFixingLagUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentScheduleFixingLagUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleFixingLagUnit
constructor
A new instance of LegPaymentScheduleFixingLagUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleFixingLagUnit
Returns a new instance of LegPaymentScheduleFixingLagUnit.
49887 49888 49889 49890 49891 49892 49893 |
# File 'lib/quickfix_fields.rb', line 49887 def initialize(data = nil) if( data == nil ) super(41546) else super(41546, data) end end |
Class Method Details
.field ⇒ Object
49884 49885 49886 |
# File 'lib/quickfix_fields.rb', line 49884 def LegPaymentScheduleFixingLagUnit.field return 41546 end |