Skip to content

Instantly share code, notes, and snippets.

@quyetvv
Created July 22, 2017 09:46
Show Gist options
  • Select an option

  • Save quyetvv/353350a19693f574d6796d907ffe20f1 to your computer and use it in GitHub Desktop.

Select an option

Save quyetvv/353350a19693f574d6796d907ffe20f1 to your computer and use it in GitHub Desktop.
public class RTMessage {
/// <summary>
/// This field used to set type of message transfered. It can be
/// 0: Stock list changes
/// 1: Sector changes
/// </summary>
public string MsType { get; set; }
/// <summary>
/// Json data
/// </summary>
public string Data { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment