Class: Quickfix::UnderlyingPaymentScheduleInterimExchangeDatesBizDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentScheduleInterimExchangeDatesBizDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleInterimExchangeDatesBizDayConvention
constructor
A new instance of UnderlyingPaymentScheduleInterimExchangeDatesBizDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleInterimExchangeDatesBizDayConvention
Returns a new instance of UnderlyingPaymentScheduleInterimExchangeDatesBizDayConvention.
36367 36368 36369 36370 36371 36372 36373 |
# File 'lib/quickfix_fields.rb', line 36367 def initialize(data = nil) if( data == nil ) super(40698) else super(40698, data) end end |
Class Method Details
.field ⇒ Object
36364 36365 36366 |
# File 'lib/quickfix_fields.rb', line 36364 def .field return 40698 end |