Class: Quickfix::UnderlyingSettledEntityMatrixPublicationDate

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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