Class: Quickfix::UnderlyingSettledEntityMatrixPublicationDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingSettledEntityMatrixPublicationDate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettledEntityMatrixPublicationDate
constructor
A new instance of UnderlyingSettledEntityMatrixPublicationDate.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSettledEntityMatrixPublicationDate
Returns a new instance of UnderlyingSettledEntityMatrixPublicationDate.
26448 26449 26450 26451 26452 26453 26454 |
# File 'lib/quickfix_fields.rb', line 26448 def initialize(data = nil) if( data == nil ) super(2020) else super(2020, data) end end |