Class: Quickfix::PaymentScheduleInterimExchangeDatesBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentScheduleInterimExchangeDatesBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleInterimExchangeDatesBusinessDayConvention
constructor
A new instance of PaymentScheduleInterimExchangeDatesBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleInterimExchangeDatesBusinessDayConvention
38499 38500 38501 38502 38503 38504 38505 |
# File 'lib/quickfix_fields.rb', line 38499 def initialize(data = nil) if( data == nil ) super(40862) else super(40862, data) end end |
Class Method Details
.field ⇒ Object
38496 38497 38498 |
# File 'lib/quickfix_fields.rb', line 38496 def PaymentScheduleInterimExchangeDatesBusinessDayConvention.field return 40862 end |