Class: Quickfix::UnderlyingProvisionCashSettlValueTime
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingProvisionCashSettlValueTime
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueTime
constructor
A new instance of UnderlyingProvisionCashSettlValueTime.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueTime
Returns a new instance of UnderlyingProvisionCashSettlValueTime.
59182 59183 59184 59185 59186 59187 59188 |
# File 'lib/quickfix_fields.rb', line 59182 def initialize(data = nil) if( data == nil ) super(42104) else super(42104, data) end end |