Class: Quickfix::PaymentScheduleFixingDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentScheduleFixingDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleFixingDateOffsetDayType
constructor
A new instance of PaymentScheduleFixingDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleFixingDateOffsetDayType
Returns a new instance of PaymentScheduleFixingDateOffsetDayType.
38434 38435 38436 38437 38438 38439 38440 |
# File 'lib/quickfix_fields.rb', line 38434 def initialize(data = nil) if( data == nil ) super(40857) else super(40857, data) end end |
Class Method Details
.field ⇒ Object
38431 38432 38433 |
# File 'lib/quickfix_fields.rb', line 38431 def PaymentScheduleFixingDateOffsetDayType.field return 40857 end |