Class: Quickfix::TotQuoteEntries

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

Returns a new instance of TotQuoteEntries.



3841
3842
3843
3844
3845
3846
3847
# File 'lib/quickfix_fields.rb', line 3841

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

Class Method Details

.fieldObject



3838
3839
3840
# File 'lib/quickfix_fields.rb', line 3838

def TotQuoteEntries.field
  return 304
end