Class: Quickfix::LegProvisionCashSettlPaymentDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegProvisionCashSettlPaymentDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionCashSettlPaymentDateBusinessDayConvention
constructor
A new instance of LegProvisionCashSettlPaymentDateBusinessDayConvention.
Constructor Details
#initialize(data = nil) ⇒ LegProvisionCashSettlPaymentDateBusinessDayConvention
Returns a new instance of LegProvisionCashSettlPaymentDateBusinessDayConvention.
34001 34002 34003 34004 34005 34006 34007 |
# File 'lib/quickfix_fields.rb', line 34001 def initialize(data = nil) if( data == nil ) super(40516) else super(40516, data) end end |