Class: Quickfix::TotNoCxldQuotes

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TotNoCxldQuotes

Returns a new instance of TotNoCxldQuotes.



4452
4453
4454
4455
4456
4457
4458
# File 'lib/quickfix_fields.rb', line 4452

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

Class Method Details

.fieldObject



4449
4450
4451
# File 'lib/quickfix_fields.rb', line 4449

def TotNoCxldQuotes.field
  return 1168
end