Class: Quickfix::TotNoAccQuotes

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TotNoAccQuotes



16971
16972
16973
16974
16975
16976
16977
# File 'lib/quickfix_fields.rb', line 16971

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

Class Method Details

.fieldObject



16968
16969
16970
# File 'lib/quickfix_fields.rb', line 16968

def TotNoAccQuotes.field
  return 1169
end