Class: Quickfix::LegPaymentScheduleFixingLagPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentScheduleFixingLagPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleFixingLagPeriod
constructor
A new instance of LegPaymentScheduleFixingLagPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleFixingLagPeriod
Returns a new instance of LegPaymentScheduleFixingLagPeriod.
49874 49875 49876 49877 49878 49879 49880 |
# File 'lib/quickfix_fields.rb', line 49874 def initialize(data = nil) if( data == nil ) super(41545) else super(41545, data) end end |
Class Method Details
.field ⇒ Object
49871 49872 49873 |
# File 'lib/quickfix_fields.rb', line 49871 def LegPaymentScheduleFixingLagPeriod.field return 41545 end |