Class: Quickfix::LegPaymentScheduleFixingDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentScheduleFixingDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleFixingDateBusinessDayConvention
constructor
A new instance of LegPaymentScheduleFixingDateBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleFixingDateBusinessDayConvention
Returns a new instance of LegPaymentScheduleFixingDateBusinessDayConvention.
32480 32481 32482 32483 32484 32485 32486 |
# File 'lib/quickfix_fields.rb', line 32480 def initialize(data = nil) if( data == nil ) super(40399) else super(40399, data) end end |
Class Method Details
.field ⇒ Object
32477 32478 32479 |
# File 'lib/quickfix_fields.rb', line 32477 def LegPaymentScheduleFixingDateBusinessDayConvention.field return 40399 end |