Class: Quickfix::NoLegContractualDefinitions

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoLegContractualDefinitions



61197
61198
61199
61200
61201
61202
61203
# File 'lib/quickfix_fields.rb', line 61197

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

Class Method Details

.fieldObject



61194
61195
61196
# File 'lib/quickfix_fields.rb', line 61194

def NoLegContractualDefinitions.field
  return 42198
end