Shoonya-Dev / ShoonyaRestApiWrapper-dotnet

3 stars 3 forks source link

GetHsToken Absent #2

Open Josh1-rtd opened 1 year ago

Josh1-rtd commented 1 year ago

Method and messages for GetHSToken are absent in this. public class HsToken : NorenMessage { public string stat { get; set; } public string request_time { get; set; } public string hstk { get; set; } public string emsg { get; set; } //no params } public class HsTokenResponse : NorenResponseMsg { public string hstk; public string request_time; }