Class: Quickfix::UnderlyingProvisionCashSettlPaymentDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingProvisionCashSettlPaymentDate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDate
constructor
A new instance of UnderlyingProvisionCashSettlPaymentDate.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDate
Returns a new instance of UnderlyingProvisionCashSettlPaymentDate.
59130 59131 59132 59133 59134 59135 59136 |
# File 'lib/quickfix_fields.rb', line 59130 def initialize(data = nil) if( data == nil ) super(42100) else super(42100, data) end end |