Class: Quickfix::UnderlyingProvisionCashSettlPaymentDateRangeFirst
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingProvisionCashSettlPaymentDateRangeFirst
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateRangeFirst
constructor
A new instance of UnderlyingProvisionCashSettlPaymentDateRangeFirst.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateRangeFirst
Returns a new instance of UnderlyingProvisionCashSettlPaymentDateRangeFirst.
59091 59092 59093 59094 59095 59096 59097 |
# File 'lib/quickfix_fields.rb', line 59091 def initialize(data = nil) if( data == nil ) super(42097) else super(42097, data) end end |