Class: Quickfix::UnderlyingSettledEntityMatrixPublicationDate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ 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

Class Method Details

.fieldObject



26445
26446
26447
# File 'lib/quickfix_fields.rb', line 26445

def UnderlyingSettledEntityMatrixPublicationDate.field
  return 2020
end