Class: Quickfix::ContractualMatrixTerm

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

Returns a new instance of ContractualMatrixTerm.



27891
27892
27893
27894
27895
27896
27897
# File 'lib/quickfix_fields.rb', line 27891

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

Class Method Details

.fieldObject



27888
27889
27890
# File 'lib/quickfix_fields.rb', line 27888

def ContractualMatrixTerm.field
  return 40045
end