Class: Quickfix::ContractualDefinition

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

Returns a new instance of ContractualDefinition.



27839
27840
27841
27842
27843
27844
27845
# File 'lib/quickfix_fields.rb', line 27839

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

Class Method Details

.fieldObject



27836
27837
27838
# File 'lib/quickfix_fields.rb', line 27836

def ContractualDefinition.field
  return 40041
end