[Add] Added vnoes.pyd
This commit is contained in:
parent
be6f292aca
commit
2e0466be40
BIN
vnpy/api/oes/liboes_api.a
Normal file
BIN
vnpy/api/oes/liboes_api.a
Normal file
Binary file not shown.
BIN
vnpy/api/oes/oes_api.dll
Normal file
BIN
vnpy/api/oes/oes_api.dll
Normal file
Binary file not shown.
BIN
vnpy/api/oes/oes_api.lib
Normal file
BIN
vnpy/api/oes/oes_api.lib
Normal file
Binary file not shown.
BIN
vnpy/api/oes/vnoes.pyd
Normal file
BIN
vnpy/api/oes/vnoes.pyd
Normal file
Binary file not shown.
6396
vnpy/api/oes/vnoes.pyi
Normal file
6396
vnpy/api/oes/vnoes.pyi
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
|||||||
from vnoes import OesApi_GetErrorMsg, OesApi_GetLastError
|
from vnpy.api.oes.vnoes import OesApi_GetErrorMsg, OesApi_GetLastError
|
||||||
|
|
||||||
|
|
||||||
def error_to_str(code: int):
|
def error_to_str(code: int):
|
||||||
|
@ -3,7 +3,7 @@ from threading import Thread
|
|||||||
# noinspection PyUnresolvedReferences
|
# noinspection PyUnresolvedReferences
|
||||||
from typing import Any, Callable, Dict
|
from typing import Any, Callable, Dict
|
||||||
|
|
||||||
from vnoes import MdsApiClientEnvT, MdsApi_DestoryAll, MdsApi_InitAllByConvention, \
|
from vnpy.api.oes.vnoes import MdsApiClientEnvT, MdsApi_DestoryAll, MdsApi_InitAllByConvention, \
|
||||||
MdsApi_IsValidQryChannel, MdsApi_IsValidTcpChannel, MdsApi_LogoutAll, \
|
MdsApi_IsValidQryChannel, MdsApi_IsValidTcpChannel, MdsApi_LogoutAll, \
|
||||||
MdsApi_SubscribeMarketData, MdsApi_WaitOnMsg, MdsL2StockSnapshotBodyT, MdsMktDataRequestEntryT, \
|
MdsApi_SubscribeMarketData, MdsApi_WaitOnMsg, MdsL2StockSnapshotBodyT, MdsMktDataRequestEntryT, \
|
||||||
MdsMktDataRequestReqT, MdsMktRspMsgBodyT, MdsStockSnapshotBodyT, SGeneralClientChannelT, \
|
MdsMktDataRequestReqT, MdsMktRspMsgBodyT, MdsStockSnapshotBodyT, SGeneralClientChannelT, \
|
||||||
|
@ -4,7 +4,7 @@ from threading import Thread
|
|||||||
# noinspection PyUnresolvedReferences
|
# noinspection PyUnresolvedReferences
|
||||||
from typing import Any, Callable, Dict, Tuple
|
from typing import Any, Callable, Dict, Tuple
|
||||||
|
|
||||||
from vnoes import OesApiClientEnvT, OesApi_DestoryAll, OesApi_InitAllByConvention, \
|
from vnpy.api.oes.vnoes import OesApiClientEnvT, OesApi_DestoryAll, OesApi_InitAllByConvention, \
|
||||||
OesApi_IsValidOrdChannel, OesApi_IsValidQryChannel, OesApi_IsValidRptChannel, OesApi_LogoutAll, \
|
OesApi_IsValidOrdChannel, OesApi_IsValidQryChannel, OesApi_IsValidRptChannel, OesApi_LogoutAll, \
|
||||||
OesApi_QueryCashAsset, OesApi_QueryEtf, OesApi_QueryIssue, OesApi_QueryOptHolding, \
|
OesApi_QueryCashAsset, OesApi_QueryEtf, OesApi_QueryIssue, OesApi_QueryOptHolding, \
|
||||||
OesApi_QueryOption, OesApi_QueryOrder, OesApi_QueryStkHolding, OesApi_QueryStock, \
|
OesApi_QueryOption, OesApi_QueryOrder, OesApi_QueryStkHolding, OesApi_QueryStock, \
|
||||||
|
Loading…
Reference in New Issue
Block a user