Class: Quickfix::TotQuoteEntries

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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