C# 클래스 FixMl.FixmlParse

파일 보기 프로젝트 열기: M1Sports20/TkApi.NET

공개 메소드들

메소드 설명
GetAccount ( string fixml ) : string
GetAccountType ( string fixml ) : AccountType_t
GetContractMultiplier ( string fixml ) : double
GetId ( string fixml ) : string
GetLeavesQuantity ( string fixml ) : double
GetMaturityDate ( string fixml ) : System.DateTime
GetMaturityMonthYear ( string fixml ) : System.DateTime
GetOrderId ( string fixml ) : string
GetOrderStatus ( string fixml ) : OrderStatus_t
GetOrderType ( string fixml ) : OrderType_t
GetPositionEffect ( string fixml ) : PositionEffect_t
GetPrice ( string fixml ) : double
GetQuantity ( string fixml ) : double
GetSecurityDescription ( string fixml ) : string
GetSecurityType ( string fixml ) : SecurityType_t
GetSideOfOrder ( string fixml ) : SideOfOrder_t
GetStrikePrice ( string fixml ) : double
GetSymbol ( string fixml ) : string
GetText ( string fixml ) : string
GetTimeInForce ( string fixml ) : TimeInForce_t
GetTradeDate ( string fixml ) : System.DateTime
GetTransactTime ( string fixml ) : System.DateTime
GetUnderlyingSymbol ( string fixml ) : string

비공개 메소드들

메소드 설명
GetAttribute ( string fixml, string attributeName ) : string

메소드 상세

GetAccount() 공개 정적인 메소드

public static GetAccount ( string fixml ) : string
fixml string
리턴 string

GetAccountType() 공개 정적인 메소드

public static GetAccountType ( string fixml ) : AccountType_t
fixml string
리턴 AccountType_t

GetContractMultiplier() 공개 정적인 메소드

public static GetContractMultiplier ( string fixml ) : double
fixml string
리턴 double

GetId() 공개 정적인 메소드

public static GetId ( string fixml ) : string
fixml string
리턴 string

GetLeavesQuantity() 공개 정적인 메소드

public static GetLeavesQuantity ( string fixml ) : double
fixml string
리턴 double

GetMaturityDate() 공개 정적인 메소드

public static GetMaturityDate ( string fixml ) : System.DateTime
fixml string
리턴 System.DateTime

GetMaturityMonthYear() 공개 정적인 메소드

public static GetMaturityMonthYear ( string fixml ) : System.DateTime
fixml string
리턴 System.DateTime

GetOrderId() 공개 정적인 메소드

public static GetOrderId ( string fixml ) : string
fixml string
리턴 string

GetOrderStatus() 공개 정적인 메소드

public static GetOrderStatus ( string fixml ) : OrderStatus_t
fixml string
리턴 OrderStatus_t

GetOrderType() 공개 정적인 메소드

public static GetOrderType ( string fixml ) : OrderType_t
fixml string
리턴 OrderType_t

GetPositionEffect() 공개 정적인 메소드

public static GetPositionEffect ( string fixml ) : PositionEffect_t
fixml string
리턴 PositionEffect_t

GetPrice() 공개 정적인 메소드

public static GetPrice ( string fixml ) : double
fixml string
리턴 double

GetQuantity() 공개 정적인 메소드

public static GetQuantity ( string fixml ) : double
fixml string
리턴 double

GetSecurityDescription() 공개 정적인 메소드

public static GetSecurityDescription ( string fixml ) : string
fixml string
리턴 string

GetSecurityType() 공개 정적인 메소드

public static GetSecurityType ( string fixml ) : SecurityType_t
fixml string
리턴 SecurityType_t

GetSideOfOrder() 공개 정적인 메소드

public static GetSideOfOrder ( string fixml ) : SideOfOrder_t
fixml string
리턴 SideOfOrder_t

GetStrikePrice() 공개 정적인 메소드

public static GetStrikePrice ( string fixml ) : double
fixml string
리턴 double

GetSymbol() 공개 정적인 메소드

public static GetSymbol ( string fixml ) : string
fixml string
리턴 string

GetText() 공개 정적인 메소드

public static GetText ( string fixml ) : string
fixml string
리턴 string

GetTimeInForce() 공개 정적인 메소드

public static GetTimeInForce ( string fixml ) : TimeInForce_t
fixml string
리턴 TimeInForce_t

GetTradeDate() 공개 정적인 메소드

public static GetTradeDate ( string fixml ) : System.DateTime
fixml string
리턴 System.DateTime

GetTransactTime() 공개 정적인 메소드

public static GetTransactTime ( string fixml ) : System.DateTime
fixml string
리턴 System.DateTime

GetUnderlyingSymbol() 공개 정적인 메소드

public static GetUnderlyingSymbol ( string fixml ) : string
fixml string
리턴 string