Class: Quickfix::PaymentStreamPaymentDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamPaymentDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamPaymentDateBusinessDayConvention
constructor
A new instance of PaymentStreamPaymentDateBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamPaymentDateBusinessDayConvention
Returns a new instance of PaymentStreamPaymentDateBusinessDayConvention.
37056 37057 37058 37059 37060 37061 37062 |
# File 'lib/quickfix_fields.rb', line 37056 def initialize(data = nil) if( data == nil ) super(40751) else super(40751, data) end end |
Class Method Details
.field ⇒ Object
37053 37054 37055 |
# File 'lib/quickfix_fields.rb', line 37053 def PaymentStreamPaymentDateBusinessDayConvention.field return 40751 end |