Class: Quickfix::UnderlyingProvisionCashSettlPaymentDateType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingProvisionCashSettlPaymentDateType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateType
constructor
A new instance of UnderlyingProvisionCashSettlPaymentDateType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateType
Returns a new instance of UnderlyingProvisionCashSettlPaymentDateType.
59143 59144 59145 59146 59147 59148 59149 |
# File 'lib/quickfix_fields.rb', line 59143 def initialize(data = nil) if( data == nil ) super(42101) else super(42101, data) end end |