C# 클래스 UnitTests.PerformanceTests

파일 보기 프로젝트 열기: kennystone/quickfixn

공개 메소드들

메소드 설명
GenRandomFIXString ( ) : string
IntParse ( string stringToConvert ) : int

Custom IntParser increases performance of FIX parsing by 33%

MakeMessage ( Message m, string fix ) : void

비공개 메소드들

메소드 설명
TestMessageParserIntegrity ( ) : void
TestNewParser ( ) : void
TestParsePerformance ( ) : void
TestStructVsClass ( ) : void
TestUTFByteEncoding ( ) : void

메소드 상세

GenRandomFIXString() 공개 정적인 메소드

public static GenRandomFIXString ( ) : string
리턴 string

IntParse() 공개 정적인 메소드

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

MakeMessage() 공개 메소드

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