koapy.backend.daishin_cybos_plus.stub.CpUtil

Module Contents

Classes

ICpUserInfo

CpUserInfo

ICpStockCode

CpStockCode

ICpFutureCode

CpFutureCode

CpKFutureCode

ICpOptionCode

CpOptionCode

ICpSoptionCode

CpSoptionCode

ICpCybos

ICpCybosEvents

ICpCybosEventsHandler

CpCybos

ICpCodeMgr

CpCodeMgr

ICpElwCode

CpElwCode

ICpUsCode

CpUsCode

ICpCalcOptGreeks

CpCalcOptGreeks

ICpBondCode

CpBondCode

ICpBondCodes

CpBondCodes

class koapy.backend.daishin_cybos_plus.stub.CpUtil.ICpUserInfo[source]
property ComID: str[source]
CLSID[source]
VerifyUserInfo(SocialNo: str, UserName: str) int[source]
class koapy.backend.daishin_cybos_plus.stub.CpUtil.CpUserInfo[source]

Bases: ICpUserInfo

CLSID[source]
PROGID = CpUtil.CpUserInfo.1[source]
class koapy.backend.daishin_cybos_plus.stub.CpUtil.ICpStockCode[source]
CLSID[source]
CodeToName(code: str) str[source]
FullCodeToName(code: str) str[source]
GetCount() int[source]
GetData(type: int, index: int) Any[source]
CodeToFullCode(code: str) str[source]
FullCodeToCode(code: str) str[source]
NameToCode(name: str) str[source]
CodeToIndex(code: str) int[source]
GetPriceUnit(code: str, basePrice: int, directionUp: bool = True) int[source]
class koapy.backend.daishin_cybos_plus.stub.CpUtil.CpStockCode[source]

Bases: ICpStockCode

CLSID[source]
PROGID = CpUtil.CpStockCode.1[source]
class koapy.backend.daishin_cybos_plus.stub.CpUtil.ICpFutureCode[source]
CLSID[source]
GetCount() int[source]
GetData(type: int, index: int) Any[source]
CodeToName(code: str) str[source]
class koapy.backend.daishin_cybos_plus.stub.CpUtil.CpFutureCode[source]

Bases: ICpFutureCode

CLSID[source]
PROGID = CpUtil.CpFutureCode.1[source]
class koapy.backend.daishin_cybos_plus.stub.CpUtil.CpKFutureCode[source]

Bases: ICpFutureCode

CLSID[source]
PROGID = CpUtil.CpKFutureCode.1[source]
class koapy.backend.daishin_cybos_plus.stub.CpUtil.ICpOptionCode[source]
CLSID[source]
GetCount() int[source]
GetData(type: int, index: int) Any[source]
CodeToName(code: str) str[source]
class koapy.backend.daishin_cybos_plus.stub.CpUtil.CpOptionCode[source]

Bases: ICpOptionCode

CLSID[source]
PROGID = CpUtil.CpOptionCode.1[source]
class koapy.backend.daishin_cybos_plus.stub.CpUtil.ICpSoptionCode[source]
CLSID[source]
GetCount() int[source]
GetData(type: int, index: int) Any[source]
CodeToName(code: str) str[source]
class koapy.backend.daishin_cybos_plus.stub.CpUtil.CpSoptionCode[source]

Bases: ICpSoptionCode

CLSID[source]
PROGID = CpUtil.CpSoptionCode.1[source]
class koapy.backend.daishin_cybos_plus.stub.CpUtil.ICpCybos[source]
property IsConnect: int[source]
property ServerType: int[source]
property LimitRequestRemainTime: int[source]
CLSID[source]
GetLimitRemainCount(limitType: int) int[source]
CreonPlusConnect(bstID: str, bstPWD: str, bstPKI: str) str[source]
CybosPlusConnect(bstID: str, bstPWD: str, bstPKI: str) str[source]
PlusDisconnect() None[source]
GetLimitRemainTime(limitType: int) int[source]
class koapy.backend.daishin_cybos_plus.stub.CpUtil.ICpCybosEvents[source]
property OnDisconnect: Union[koapy.common.EventInstance, Callable[[], None]][source]
CLSID[source]
class koapy.backend.daishin_cybos_plus.stub.CpUtil.ICpCybosEventsHandler[source]
CLSID[source]
OnDisconnect() int[source]
class koapy.backend.daishin_cybos_plus.stub.CpUtil.CpCybos[source]

Bases: ICpCybos, ICpCybosEvents

CLSID[source]
PROGID = CpUtil.CpCybos.1[source]
class koapy.backend.daishin_cybos_plus.stub.CpUtil.ICpCodeMgr[source]
CLSID[source]
GetGroupCodeList(GroupCode: int) Any[source]
CodeToName(code: str) str[source]
GetUsCodeList(type: int = 1) Any[source]
GetUsCodeName(code: str) str[source]
GetStockMarginRate(code: str) int[source]
GetStockMemeMin(code: str) int[source]
GetStockElwBasketCodeList(bstrCode: str) Any[source]
GetStockElwBasketCompList(bstrCode: str) Any[source]
GetMarketStartTime() int[source]
GetMarketEndTime() int[source]
GetStockIndustryCode(bstrCode: str) str[source]
GetStockMarketKind(bstrCode: str) int[source]
GetStockControlKind(bstrCode: str) int[source]
GetStockSupervisionKind(bstrCode: str) int[source]
GetStockCapital(bstrCode: str) int[source]
GetStockFiscalMonth(bstrCode: str) int[source]
GetStockGroupCode(bstrCode: str) int[source]
GetStockKospi200Kind(bstrCode: str) int[source]
GetStockStatusKind(bstrCode: str) int[source]
GetGroupList() Any[source]
GetGroupName(bstrCode: str) str[source]
GetIndustryList() Any[source]
GetKrxIndustryList() Any[source]
GetIndustryName(bstrCode: str) str[source]
GetMemberList() Any[source]
GetMemberName(bstrCode: str) str[source]
GetKosdaqIndustry1List() Any[source]
GetKosdaqIndustry2List() Any[source]
GetStockListByMarket(MarketKind: int) Any[source]
GetStockSectionKind(bstrCode: str) int[source]
GetStockLacKind(bstrCode: str) int[source]
GetStockCodeByName(bstrName: str) str[source]
GetStockListedDate(bstrName: str) int[source]
GetStockMaxPrice(bstrName: str) int[source]
GetStockMinPrice(bstrName: str) int[source]
GetStockParPrice(bstrName: str) int[source]
GetStockStdPrice(bstrName: str) int[source]
GetStockYdOpenPrice(bstrName: str) int[source]
GetStockYdHighPrice(bstrName: str) int[source]
GetStockYdLowPrice(bstrName: str) int[source]
GetStockYdClosePrice(bstrName: str) int[source]
GetStockParPriceChageType(bstrName: str) int[source]
IsStockCreditEnable(bstrName: str) int[source]
GetVentureKind(bstrName: str) int[source]
IsStockLoanEnable(bstrName: str) int[source]
GetStockEngName(bstrCode: str) str[source]
GetWorkDate() str[source]
IsSPAC(bstrName: str) int[source]
IsLendingStockEnable(bstrName: str) int[source]
GetMiniFutureList() Any[source]
GetMiniOptionList() Any[source]
ReLoadPortData() None[source]
GetTickUnit(bstrCode: str) float[source]
GetTickValue(bstrCode: str) float[source]
OvFutCodeToName(code: str) str[source]
OvFutGetAllCodeList() Any[source]
OvFutGetExchList() Any[source]
OvFutGetLastTradeDate(code: str) int[source]
OvFutGetExchCode(code: str) str[source]
OvFutGetProdCode(code: str) str[source]
IsBigListingStock(code: str) int[source]
IsTradeCondition(code: str) int[source]
GetStartTime(code: str) int[source]
GetEndTime(code: str) int[source]
IsFrnMember(code: str) int[source]
GetStockFutureList() Any[source]
GetStockFutureBaseList() Any[source]
GetStockFutureListByBaseCode(bstrCode: str) Any[source]
GetStockFutureBaseCode(bstrCode: str) str[source]
IsStockArrgSby(code: str) int[source]
IsStockIoi(code: str) int[source]
GetOverHeating(bstrCode: str) int[source]
IsStockLtgStkCnInsfItm(code: str) int[source]
GetKostarOptionList() Any[source]
GetFOTradeUnit(bstrCode: str) float[source]
GetKostarFutureList() Any[source]
class koapy.backend.daishin_cybos_plus.stub.CpUtil.CpCodeMgr[source]

Bases: ICpCodeMgr

CLSID[source]
PROGID = CpUtil.CpCodeMgr.1[source]
class koapy.backend.daishin_cybos_plus.stub.CpUtil.ICpElwCode[source]
CLSID[source]
GetCount() int[source]
GetData(type: int, index: int) Any[source]
CodeToName(code: str) str[source]
GetStockElwBaseList() Any[source]
GetStockElwBaseCode(bstrCode: str) str[source]
GetStockElwBaseName(bstrCode: str) str[source]
GetStockElwIssuerList() Any[source]
GetStockElwLpCodeList(bstrCode: str) Any[source]
GetNameByStockElwLpCode(bstrLpCode: str) str[source]
GetStockElwBasketCodeList(bstrCode: str) Any[source]
GetStockElwBasketCompList(bstrCode: str) Any[source]
GetStockElwCodeListByBaseCode(bstrCode: str) Any[source]
GetStockElwCodeListByRightType(eRightType: int) Any[source]
class koapy.backend.daishin_cybos_plus.stub.CpUtil.CpElwCode[source]

Bases: ICpElwCode

CLSID[source]
PROGID = CpUtil.CpElwCode.1[source]
class koapy.backend.daishin_cybos_plus.stub.CpUtil.ICpUsCode[source]
CLSID[source]
GetUsCodeList(USTYPE: int) Any[source]
GetNameByUsCode(bstrUsCode: str) str[source]
class koapy.backend.daishin_cybos_plus.stub.CpUtil.CpUsCode[source]

Bases: ICpUsCode

CLSID[source]
PROGID = CpUtil.CpUsCode.1[source]
class koapy.backend.daishin_cybos_plus.stub.CpUtil.ICpCalcOptGreeks[source]
property TV: float[source]
property Delta: float[source]
property Gamma: float[source]
property Theta: float[source]
property Vega: float[source]
property Rho: float[source]
property IV: float[source]
property CallPutType: None[source]
property Price: None[source]
property UnderPrice: None[source]
property ExerPrice: None[source]
property VolatilityType: None[source]
property Volatility: None[source]
property ExpirDays: None[source]
property RFInterRate: None[source]
property DividRate: None[source]
CLSID[source]
Calculate() None[source]
class koapy.backend.daishin_cybos_plus.stub.CpUtil.CpCalcOptGreeks[source]

Bases: ICpCalcOptGreeks

CLSID[source]
PROGID = CpUtil.CpCalcOptGreeks.1[source]
class koapy.backend.daishin_cybos_plus.stub.CpUtil.ICpBondCode[source]
property code: str[source]
property name: str[source]
property type: int[source]
property Remain: int[source]
property Issue: int[source]
property Interest: int[source]
property IssueDate: int[source]
property ExpirationDate: int[source]
property Retail: int[source]
property CouponRate: float[source]
property InterestShortName: str[source]
property InterestCycle: int[source]
property RiskLevel: str[source]
CLSID[source]
class koapy.backend.daishin_cybos_plus.stub.CpUtil.CpBondCode[source]

Bases: ICpBondCode

CLSID[source]
class koapy.backend.daishin_cybos_plus.stub.CpUtil.ICpBondCodes[source]
CLSID[source]
class koapy.backend.daishin_cybos_plus.stub.CpUtil.CpBondCodes[source]

Bases: ICpBondCodes

CLSID[source]
PROGID = CpUtil.CpBondCodes.1[source]