Class: Quickfix::PaymentScheduleFixingLagPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentScheduleFixingLagPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleFixingLagPeriod
constructor
A new instance of PaymentScheduleFixingLagPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleFixingLagPeriod
Returns a new instance of PaymentScheduleFixingLagPeriod.
44531 44532 44533 44534 44535 44536 44537 |
# File 'lib/quickfix_fields.rb', line 44531 def initialize(data = nil) if( data == nil ) super(41176) else super(41176, data) end end |
Class Method Details
.field ⇒ Object
44528 44529 44530 |
# File 'lib/quickfix_fields.rb', line 44528 def PaymentScheduleFixingLagPeriod.field return 41176 end |