namespace ShareInvest.OpenAPI.Entity
{
public abstract class TR
{
public abstract string[] Id
{
get;
}
public abstract string[]? Value
{
get; set;
}
public abstract string? RQName
{
get; set;
}
public abstract string TrCode
{
get;
}
public abstract int PrevNext
{
get; set;
}
public abstract string ScreenNo
{
get;
}
public abstract string[] Single
{
get;
}
public abstract string[] Multiple
{
get;
}
protected internal virtual string LookupScreenNo
{
get
{
if (count++ == 0x95)
{
count = 0;
}
return (3000 + count).ToString("D4");
}
}
static uint count;
}
}
forked from ShareAnTalk/Kiwoom
-
Notifications
You must be signed in to change notification settings - Fork 1
동학개미운동 by OpenAPI
License
cyberprophet/Kiwoom-OpenAPI
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
동학개미운동 by OpenAPI
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C# 100.0%