Class: Quickfix::ContractualMatrixDate

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) ⇒ ContractualMatrixDate

Returns a new instance of ContractualMatrixDate.



27878
27879
27880
27881
27882
27883
27884
# File 'lib/quickfix_fields.rb', line 27878

def initialize(data = nil)
  if( data == nil )
    super(40044)
  else
    super(40044, data)
  end
end

Class Method Details

.fieldObject



27875
27876
27877
# File 'lib/quickfix_fields.rb', line 27875

def ContractualMatrixDate.field
  return 40044
end