C# Class UnitTests.PerformanceTests

Datei anzeigen Open project: kennystone/quickfixn

Public Methods

Method Description
GenRandomFIXString ( ) : string
IntParse ( string stringToConvert ) : int

Custom IntParser increases performance of FIX parsing by 33%

MakeMessage ( Message m, string fix ) : void

Private Methods

Method Description
TestMessageParserIntegrity ( ) : void
TestNewParser ( ) : void
TestParsePerformance ( ) : void
TestStructVsClass ( ) : void
TestUTFByteEncoding ( ) : void

Method Details

GenRandomFIXString() public static method

public static GenRandomFIXString ( ) : string
return string

IntParse() public static method

Custom IntParser increases performance of FIX parsing by 33%
public static IntParse ( string stringToConvert ) : int
stringToConvert string
return int

MakeMessage() public method

public MakeMessage ( Message m, string fix ) : void
m QuickFix.Message
fix string
return void