コード例 #1
0
ファイル: Subscription.cs プロジェクト: psryland/rylogic_code
 /// <summary>Parse the response to the request message</summary>
 protected override void ParseResponseInternal(MsgBase msg)
 {
     m_auth = (MsgAuth)msg;
 }
コード例 #2
0
ファイル: Subscription.cs プロジェクト: psryland/rylogic_code
 /// <summary>Parse the response to the request message</summary>
 protected override void ParseResponseInternal(MsgBase msg)
 {
 }
コード例 #3
0
ファイル: Subscription.cs プロジェクト: psryland/rylogic_code
 /// <summary>Parse the response to the request message</summary>
 protected abstract void ParseResponseInternal(MsgBase msg);