ShareInvest.OpenAPI.TR.Entity
7.1.3.17
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package ShareInvest.OpenAPI.TR.Entity --version 7.1.3.17
NuGet\Install-Package ShareInvest.OpenAPI.TR.Entity -Version 7.1.3.17
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ShareInvest.OpenAPI.TR.Entity" Version="7.1.3.17" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ShareInvest.OpenAPI.TR.Entity --version 7.1.3.17
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ShareInvest.OpenAPI.TR.Entity, 7.1.3.17"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ShareInvest.OpenAPI.TR.Entity as a Cake Addin #addin nuget:?package=ShareInvest.OpenAPI.TR.Entity&version=7.1.3.17 // Install ShareInvest.OpenAPI.TR.Entity as a Cake Tool #tool nuget:?package=ShareInvest.OpenAPI.TR.Entity&version=7.1.3.17
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
· Implemented as using .
public class Order
{
/// <summary>사용자 구분명</summary>
public virtual string? RQName
{
get; set;
}
/// <summary>화면번호</summary>
public virtual string ScreenNo
{
get
{
if (count++ == 0x95)
{
count = 0;
}
return (3000 + count).ToString("D4");
}
}
/// <summary>계좌번호 10자리</summary>
public virtual string? AccNo
{
get; set;
}
/// <summary>
/// 주문유형
/// 1.신규매수
/// 2.신규매도
/// 3.매수취소
/// 4.매도취소
/// 5.매수정정
/// 6.매도정정
/// 7.프로그램매매 매수
/// 8.프로그램매매 매도
/// </summary>
public virtual int OrderType
{
set
{
ordType = value;
}
get => ordType;
}
/// <summary>종목코드 (6자리)</summary>
public virtual string? Code
{
get; set;
}
/// <summary>주문수량</summary>
public virtual int Qty
{
set
{
quantity = value;
}
get => quantity;
}
/// <summary>주문가격</summary>
public virtual int Price
{
get; set;
}
/// <summary>
/// 거래구분
/// 00.지정가
/// 03.시장가
/// 05.조건부지정가
/// 06.최유리지정가
/// 07.최우선지정가
/// 10.지정가IOC
/// 13.시장가IOC
/// 16.최유리IOC
/// 20.지정가FOK
/// 23.시장가FOK
/// 26.최유리FOK
/// 61.장전시간외종가
/// 62.시간외단일가매매
/// 81.장후시간외종가
/// </summary>
public virtual string HogaGb
{
set
{
hogaGb = value;
}
get => hogaGb;
}
/// <summary>
/// 신규주문에는 공백입력,
/// 정정/취소시 원주문번호를 입력합니다.
/// </summary>
public virtual string OrgOrderNo
{
set
{
ordNo = value;
}
get => ordNo;
}
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- Newtonsoft.Json (>= 13.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ShareInvest.OpenAPI.TR.Entity:
Package | Downloads |
---|---|
ShareInvest.OpenAPI.Control.x86
library for controlling information received from Kiwoom OpenAPI |
GitHub repositories
This package is not used by any popular GitHub repositories.