Class: Quickfix::UnderlyingProvisionCashSettlPaymentDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingProvisionCashSettlPaymentDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateBusinessDayConvention
constructor
A new instance of UnderlyingProvisionCashSettlPaymentDateBusinessDayConvention.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateBusinessDayConvention
Returns a new instance of UnderlyingProvisionCashSettlPaymentDateBusinessDayConvention.
59026 59027 59028 59029 59030 59031 59032 |
# File 'lib/quickfix_fields.rb', line 59026 def initialize(data = nil) if( data == nil ) super(42092) else super(42092, data) end end |