Class: Quickfix::UnderlyingPaymentScheduleFixingLagPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentScheduleFixingLagPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingLagPeriod
constructor
A new instance of UnderlyingPaymentScheduleFixingLagPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingLagPeriod
Returns a new instance of UnderlyingPaymentScheduleFixingLagPeriod.
54892 54893 54894 54895 54896 54897 54898 |
# File 'lib/quickfix_fields.rb', line 54892 def initialize(data = nil) if( data == nil ) super(41893) else super(41893, data) end end |
Class Method Details
.field ⇒ Object
54889 54890 54891 |
# File 'lib/quickfix_fields.rb', line 54889 def UnderlyingPaymentScheduleFixingLagPeriod.field return 41893 end |