Class: Quickfix::TotNoQuoteEntries

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

Returns a new instance of TotNoQuoteEntries.



8976
8977
8978
8979
8980
8981
8982
# File 'lib/quickfix_fields.rb', line 8976

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

Class Method Details

.fieldObject



8973
8974
8975
# File 'lib/quickfix_fields.rb', line 8973

def TotNoQuoteEntries.field
  return 304
end