meshtrade 1.1.0__py3-none-any.whl → 1.3.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of meshtrade might be problematic. Click here for more details.
- meshtrade/reporting/account_report/v1/account_report_pb2.py +4 -4
- meshtrade/reporting/account_report/v1/account_report_pb2.pyi +6 -5
- meshtrade/reporting/account_report/v1/service_meshpy.py +1 -1
- meshtrade/reporting/account_report/v1/service_pb2.py +12 -12
- meshtrade/reporting/account_report/v1/service_pb2.pyi +12 -10
- meshtrade/trading/limit_order/v1/service_meshpy.py +1 -1
- meshtrade/trading/market_order/v1/service_meshpy.py +1 -1
- {meshtrade-1.1.0.dist-info → meshtrade-1.3.0.dist-info}/METADATA +1 -1
- {meshtrade-1.1.0.dist-info → meshtrade-1.3.0.dist-info}/RECORD +11 -11
- {meshtrade-1.1.0.dist-info → meshtrade-1.3.0.dist-info}/WHEEL +0 -0
- {meshtrade-1.1.0.dist-info → meshtrade-1.3.0.dist-info}/top_level.txt +0 -0
|
@@ -31,7 +31,7 @@ from meshtrade.reporting.account_report.v1 import trading_statement_entry_pb2 as
|
|
|
31
31
|
from meshtrade.reporting.account_report.v1 import disclaimer_pb2 as meshtrade_dot_reporting_dot_account__report_dot_v1_dot_disclaimer__pb2
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:meshtrade/reporting/account_report/v1/account_report.proto\x12%meshtrade.reporting.account_report.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dmeshtrade/type/v1/token.proto\x1a\x1fmeshtrade/type/v1/address.proto\x1a\x35meshtrade/reporting/account_report/v1/fee_entry.proto\x1a\x38meshtrade/reporting/account_report/v1/income_entry.proto\x1a\x43meshtrade/reporting/account_report/v1/trading_statement_entry.proto\x1a\x36meshtrade/reporting/account_report/v1/disclaimer.proto\"\
|
|
34
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:meshtrade/reporting/account_report/v1/account_report.proto\x12%meshtrade.reporting.account_report.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dmeshtrade/type/v1/token.proto\x1a\x1fmeshtrade/type/v1/address.proto\x1a\x35meshtrade/reporting/account_report/v1/fee_entry.proto\x1a\x38meshtrade/reporting/account_report/v1/income_entry.proto\x1a\x43meshtrade/reporting/account_report/v1/trading_statement_entry.proto\x1a\x36meshtrade/reporting/account_report/v1/disclaimer.proto\"\x9c\x07\n\rAccountReport\x12Y\n\x0eincome_entries\x18\x01 \x03(\x0b\x32\x32.meshtrade.reporting.account_report.v1.IncomeEntryR\rincomeEntries\x12P\n\x0b\x66\x65\x65_entries\x18\x02 \x03(\x0b\x32/.meshtrade.reporting.account_report.v1.FeeEntryR\nfeeEntries\x12x\n\x19trading_statement_entries\x18\x03 \x03(\x0b\x32<.meshtrade.reporting.account_report.v1.TradingStatementEntryR\x17tradingStatementEntries\x12G\n\x12reporting_currency\x18\x04 \x01(\x0b\x32\x18.meshtrade.type.v1.TokenR\x11reportingCurrency\x12S\n\x06period\x18\x05 \x01(\x0b\x32;.meshtrade.reporting.account_report.v1.AccountReport.PeriodR\x06period\x12\x43\n\x0fgeneration_date\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0egenerationDate\x12%\n\x0e\x61\x63\x63ount_number\x18\x07 \x01(\tR\raccountNumber\x12S\n\x0b\x64isclaimers\x18\x08 \x03(\x0b\x32\x31.meshtrade.reporting.account_report.v1.DisclaimerR\x0b\x64isclaimers\x12\x41\n\x0e\x63lient_address\x18\t \x01(\x0b\x32\x1a.meshtrade.type.v1.AddressR\rclientAddress\x12\x1f\n\x0b\x63lient_name\x18\n \x01(\tR\nclientName\x12\x1c\n\tcopyright\x18\x0b \x01(\tR\tcopyright\x1a\x82\x01\n\x06Period\x12=\n\x0cperiod_start\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0bperiodStart\x12\x39\n\nperiod_end\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tperiodEndBx\n,co.meshtrade.api.reporting.account_report.v1ZHgithub.com/meshtrade/api/go/reporting/account_report/v1;account_reportv1b\x06proto3')
|
|
35
35
|
|
|
36
36
|
_globals = globals()
|
|
37
37
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -40,7 +40,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
40
40
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
41
41
|
_globals['DESCRIPTOR']._serialized_options = b'\n,co.meshtrade.api.reporting.account_report.v1ZHgithub.com/meshtrade/api/go/reporting/account_report/v1;account_reportv1'
|
|
42
42
|
_globals['_ACCOUNTREPORT']._serialized_start=437
|
|
43
|
-
_globals['_ACCOUNTREPORT']._serialized_end=
|
|
44
|
-
_globals['_ACCOUNTREPORT_PERIOD']._serialized_start=
|
|
45
|
-
_globals['_ACCOUNTREPORT_PERIOD']._serialized_end=
|
|
43
|
+
_globals['_ACCOUNTREPORT']._serialized_end=1361
|
|
44
|
+
_globals['_ACCOUNTREPORT_PERIOD']._serialized_start=1231
|
|
45
|
+
_globals['_ACCOUNTREPORT_PERIOD']._serialized_end=1361
|
|
46
46
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -18,11 +18,12 @@ DESCRIPTOR: _descriptor.FileDescriptor
|
|
|
18
18
|
class AccountReport(_message.Message):
|
|
19
19
|
__slots__ = ("income_entries", "fee_entries", "trading_statement_entries", "reporting_currency", "period", "generation_date", "account_number", "disclaimers", "client_address", "client_name", "copyright")
|
|
20
20
|
class Period(_message.Message):
|
|
21
|
-
__slots__ = ("
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
21
|
+
__slots__ = ("period_start", "period_end")
|
|
22
|
+
PERIOD_START_FIELD_NUMBER: _ClassVar[int]
|
|
23
|
+
PERIOD_END_FIELD_NUMBER: _ClassVar[int]
|
|
24
|
+
period_start: _timestamp_pb2.Timestamp
|
|
25
|
+
period_end: _timestamp_pb2.Timestamp
|
|
26
|
+
def __init__(self, period_start: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., period_end: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ...) -> None: ...
|
|
26
27
|
INCOME_ENTRIES_FIELD_NUMBER: _ClassVar[int]
|
|
27
28
|
FEE_ENTRIES_FIELD_NUMBER: _ClassVar[int]
|
|
28
29
|
TRADING_STATEMENT_ENTRIES_FIELD_NUMBER: _ClassVar[int]
|
|
@@ -15,9 +15,9 @@ from typing import Optional
|
|
|
15
15
|
from meshtrade.common import BaseGRPCClient
|
|
16
16
|
from meshtrade.iam.api_user.v1.api_credentials import find_credentials
|
|
17
17
|
|
|
18
|
+
from .account_report_pb2 import AccountReport
|
|
18
19
|
from .service_options_meshpy import ServiceOptions
|
|
19
20
|
from .service_pb2 import (
|
|
20
|
-
AccountReport,
|
|
21
21
|
GetAccountReportRequest,
|
|
22
22
|
GetExcelAccountReportRequest,
|
|
23
23
|
GetExcelAccountReportResponse,
|
|
@@ -30,7 +30,7 @@ from meshtrade.reporting.account_report.v1 import account_report_pb2 as meshtrad
|
|
|
30
30
|
from meshtrade.type.v1 import token_pb2 as meshtrade_dot_type_dot_v1_dot_token__pb2
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3meshtrade/reporting/account_report/v1/service.proto\x12%meshtrade.reporting.account_report.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a meshtrade/iam/role/v1/role.proto\x1a%meshtrade/option/v1/method_type.proto\x1a:meshtrade/reporting/account_report/v1/account_report.proto\x1a\x1dmeshtrade/type/v1/token.proto\"\
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3meshtrade/reporting/account_report/v1/service.proto\x12%meshtrade.reporting.account_report.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a meshtrade/iam/role/v1/role.proto\x1a%meshtrade/option/v1/method_type.proto\x1a:meshtrade/reporting/account_report/v1/account_report.proto\x1a\x1dmeshtrade/type/v1/token.proto\"\x88\x02\n\x17GetAccountReportRequest\x12%\n\x0e\x61\x63\x63ount_number\x18\x01 \x01(\tR\raccountNumber\x12=\n\x0cperiod_start\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0bperiodStart\x12\x39\n\nperiod_end\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tperiodEnd\x12L\n\x15reporting_asset_token\x18\x04 \x01(\x0b\x32\x18.meshtrade.type.v1.TokenR\x13reportingAssetToken\"\x9d\x04\n\x1cGetExcelAccountReportRequest\x12\x90\x01\n\x0e\x61\x63\x63ount_number\x18\x01 \x01(\tBi\xbaHfr\x0f\x10\x01\x32\x0b^[0-9]{1,}$\xba\x01R\n\x17\x61\x63\x63ount_number.required\x12\x1a\x61\x63\x63ount_number is required\x1a\x1bthis.matches(\'^[0-9]{1,}$\')R\raccountNumber\x12\x90\x01\n\x0cperiod_start\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampBQ\xbaHN\xba\x01K\n\x15period_start.required\x12$\'period_start\' timestamp is required\x1a\x0cthis != nullR\x0bperiodStart\x12\x88\x01\n\nperiod_end\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampBM\xbaHJ\xba\x01G\n\x13period_end.required\x12\"\'period_end\' timestamp is required\x1a\x0cthis != nullR\tperiodEnd\x12L\n\x15reporting_asset_token\x18\x04 \x01(\x0b\x32\x18.meshtrade.type.v1.TokenR\x13reportingAssetToken\"B\n\x1dGetExcelAccountReportResponse\x12!\n\x0c\x65xcel_base64\x18\x01 \x01(\tR\x0b\x65xcelBase642\xee\x02\n\x14\x41\x63\x63ountReportService\x12\x9c\x01\n\x10GetAccountReport\x12>.meshtrade.reporting.account_report.v1.GetAccountReportRequest\x1a\x34.meshtrade.reporting.account_report.v1.AccountReport\"\x12\xa0\xb5\x18\x01\xaa\xb5\x18\n\n\x08\x80\x9b\xee\x02\x81\x9b\xee\x02\x12\xb6\x01\n\x15GetExcelAccountReport\x12\x43.meshtrade.reporting.account_report.v1.GetExcelAccountReportRequest\x1a\x44.meshtrade.reporting.account_report.v1.GetExcelAccountReportResponse\"\x12\xa0\xb5\x18\x01\xaa\xb5\x18\n\n\x08\x80\x9b\xee\x02\x81\x9b\xee\x02\x42x\n,co.meshtrade.api.reporting.account_report.v1ZHgithub.com/meshtrade/api/go/reporting/account_report/v1;account_reportv1b\x06proto3')
|
|
34
34
|
|
|
35
35
|
_globals = globals()
|
|
36
36
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -40,20 +40,20 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
40
40
|
_globals['DESCRIPTOR']._serialized_options = b'\n,co.meshtrade.api.reporting.account_report.v1ZHgithub.com/meshtrade/api/go/reporting/account_report/v1;account_reportv1'
|
|
41
41
|
_globals['_GETEXCELACCOUNTREPORTREQUEST'].fields_by_name['account_number']._loaded_options = None
|
|
42
42
|
_globals['_GETEXCELACCOUNTREPORTREQUEST'].fields_by_name['account_number']._serialized_options = b'\272Hfr\017\020\0012\013^[0-9]{1,}$\272\001R\n\027account_number.required\022\032account_number is required\032\033this.matches(\'^[0-9]{1,}$\')'
|
|
43
|
-
_globals['_GETEXCELACCOUNTREPORTREQUEST'].fields_by_name['
|
|
44
|
-
_globals['_GETEXCELACCOUNTREPORTREQUEST'].fields_by_name['
|
|
45
|
-
_globals['_GETEXCELACCOUNTREPORTREQUEST'].fields_by_name['
|
|
46
|
-
_globals['_GETEXCELACCOUNTREPORTREQUEST'].fields_by_name['
|
|
43
|
+
_globals['_GETEXCELACCOUNTREPORTREQUEST'].fields_by_name['period_start']._loaded_options = None
|
|
44
|
+
_globals['_GETEXCELACCOUNTREPORTREQUEST'].fields_by_name['period_start']._serialized_options = b'\272HN\272\001K\n\025period_start.required\022$\'period_start\' timestamp is required\032\014this != null'
|
|
45
|
+
_globals['_GETEXCELACCOUNTREPORTREQUEST'].fields_by_name['period_end']._loaded_options = None
|
|
46
|
+
_globals['_GETEXCELACCOUNTREPORTREQUEST'].fields_by_name['period_end']._serialized_options = b'\272HJ\272\001G\n\023period_end.required\022\"\'period_end\' timestamp is required\032\014this != null'
|
|
47
47
|
_globals['_ACCOUNTREPORTSERVICE'].methods_by_name['GetAccountReport']._loaded_options = None
|
|
48
48
|
_globals['_ACCOUNTREPORTSERVICE'].methods_by_name['GetAccountReport']._serialized_options = b'\240\265\030\001\252\265\030\n\n\010\200\233\356\002\201\233\356\002'
|
|
49
49
|
_globals['_ACCOUNTREPORTSERVICE'].methods_by_name['GetExcelAccountReport']._loaded_options = None
|
|
50
50
|
_globals['_ACCOUNTREPORTSERVICE'].methods_by_name['GetExcelAccountReport']._serialized_options = b'\240\265\030\001\252\265\030\n\n\010\200\233\356\002\201\233\356\002'
|
|
51
51
|
_globals['_GETACCOUNTREPORTREQUEST']._serialized_start=321
|
|
52
|
-
_globals['_GETACCOUNTREPORTREQUEST']._serialized_end=
|
|
53
|
-
_globals['_GETEXCELACCOUNTREPORTREQUEST']._serialized_start=
|
|
54
|
-
_globals['_GETEXCELACCOUNTREPORTREQUEST']._serialized_end=
|
|
55
|
-
_globals['_GETEXCELACCOUNTREPORTRESPONSE']._serialized_start=
|
|
56
|
-
_globals['_GETEXCELACCOUNTREPORTRESPONSE']._serialized_end=
|
|
57
|
-
_globals['_ACCOUNTREPORTSERVICE']._serialized_start=
|
|
58
|
-
_globals['_ACCOUNTREPORTSERVICE']._serialized_end=
|
|
52
|
+
_globals['_GETACCOUNTREPORTREQUEST']._serialized_end=585
|
|
53
|
+
_globals['_GETEXCELACCOUNTREPORTREQUEST']._serialized_start=588
|
|
54
|
+
_globals['_GETEXCELACCOUNTREPORTREQUEST']._serialized_end=1129
|
|
55
|
+
_globals['_GETEXCELACCOUNTREPORTRESPONSE']._serialized_start=1131
|
|
56
|
+
_globals['_GETEXCELACCOUNTREPORTRESPONSE']._serialized_end=1197
|
|
57
|
+
_globals['_ACCOUNTREPORTSERVICE']._serialized_start=1200
|
|
58
|
+
_globals['_ACCOUNTREPORTSERVICE']._serialized_end=1566
|
|
59
59
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -14,26 +14,28 @@ from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
|
14
14
|
DESCRIPTOR: _descriptor.FileDescriptor
|
|
15
15
|
|
|
16
16
|
class GetAccountReportRequest(_message.Message):
|
|
17
|
-
__slots__ = ("account_number", "
|
|
17
|
+
__slots__ = ("account_number", "period_start", "period_end", "reporting_asset_token")
|
|
18
18
|
ACCOUNT_NUMBER_FIELD_NUMBER: _ClassVar[int]
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
PERIOD_START_FIELD_NUMBER: _ClassVar[int]
|
|
20
|
+
PERIOD_END_FIELD_NUMBER: _ClassVar[int]
|
|
21
21
|
REPORTING_ASSET_TOKEN_FIELD_NUMBER: _ClassVar[int]
|
|
22
22
|
account_number: str
|
|
23
|
-
|
|
23
|
+
period_start: _timestamp_pb2.Timestamp
|
|
24
|
+
period_end: _timestamp_pb2.Timestamp
|
|
24
25
|
reporting_asset_token: _token_pb2.Token
|
|
25
|
-
def __init__(self, account_number: _Optional[str] = ...,
|
|
26
|
+
def __init__(self, account_number: _Optional[str] = ..., period_start: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., period_end: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., reporting_asset_token: _Optional[_Union[_token_pb2.Token, _Mapping]] = ...) -> None: ...
|
|
26
27
|
|
|
27
28
|
class GetExcelAccountReportRequest(_message.Message):
|
|
28
|
-
__slots__ = ("account_number", "
|
|
29
|
+
__slots__ = ("account_number", "period_start", "period_end", "reporting_asset_token")
|
|
29
30
|
ACCOUNT_NUMBER_FIELD_NUMBER: _ClassVar[int]
|
|
30
|
-
|
|
31
|
-
|
|
31
|
+
PERIOD_START_FIELD_NUMBER: _ClassVar[int]
|
|
32
|
+
PERIOD_END_FIELD_NUMBER: _ClassVar[int]
|
|
32
33
|
REPORTING_ASSET_TOKEN_FIELD_NUMBER: _ClassVar[int]
|
|
33
34
|
account_number: str
|
|
34
|
-
|
|
35
|
+
period_start: _timestamp_pb2.Timestamp
|
|
36
|
+
period_end: _timestamp_pb2.Timestamp
|
|
35
37
|
reporting_asset_token: _token_pb2.Token
|
|
36
|
-
def __init__(self, account_number: _Optional[str] = ...,
|
|
38
|
+
def __init__(self, account_number: _Optional[str] = ..., period_start: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., period_end: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., reporting_asset_token: _Optional[_Union[_token_pb2.Token, _Mapping]] = ...) -> None: ...
|
|
37
39
|
|
|
38
40
|
class GetExcelAccountReportResponse(_message.Message):
|
|
39
41
|
__slots__ = ("excel_base64",)
|
|
@@ -15,10 +15,10 @@ from typing import Optional
|
|
|
15
15
|
from meshtrade.common import BaseGRPCClient
|
|
16
16
|
from meshtrade.iam.api_user.v1.api_credentials import find_credentials
|
|
17
17
|
|
|
18
|
+
from .limit_order_pb2 import LimitOrder
|
|
18
19
|
from .service_options_meshpy import ServiceOptions
|
|
19
20
|
from .service_pb2 import (
|
|
20
21
|
GetLimitOrderRequest,
|
|
21
|
-
LimitOrder,
|
|
22
22
|
)
|
|
23
23
|
from .service_pb2_grpc import LimitOrderServiceStub
|
|
24
24
|
|
|
@@ -15,10 +15,10 @@ from typing import Optional
|
|
|
15
15
|
from meshtrade.common import BaseGRPCClient
|
|
16
16
|
from meshtrade.iam.api_user.v1.api_credentials import find_credentials
|
|
17
17
|
|
|
18
|
+
from .market_order_pb2 import MarketOrder
|
|
18
19
|
from .service_options_meshpy import ServiceOptions
|
|
19
20
|
from .service_pb2 import (
|
|
20
21
|
GetMarketOrderRequest,
|
|
21
|
-
MarketOrder,
|
|
22
22
|
)
|
|
23
23
|
from .service_pb2_grpc import MarketOrderServiceStub
|
|
24
24
|
|
|
@@ -107,8 +107,8 @@ meshtrade/option/v1/method_type_pb2.py,sha256=zUEIrZTPEh2ZTwvQlh9W6_be5i4e211D7E
|
|
|
107
107
|
meshtrade/option/v1/method_type_pb2.pyi,sha256=dR04xeb0M19uqhXb8veCxlWylJ7G_G32-mkuzztGaQw,680
|
|
108
108
|
meshtrade/option/v1/method_type_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
109
109
|
meshtrade/reporting/account_report/v1/__init__.py,sha256=VW6rnEZMntUvEX7kIRbCKzmcPE2MKULC1r1nz7Wr6Wg,2290
|
|
110
|
-
meshtrade/reporting/account_report/v1/account_report_pb2.py,sha256=
|
|
111
|
-
meshtrade/reporting/account_report/v1/account_report_pb2.pyi,sha256=
|
|
110
|
+
meshtrade/reporting/account_report/v1/account_report_pb2.py,sha256=mmh49DIeq5o6JyPhn8dtZcEpjDHUgy_fYmFGg4mx_uM,4367
|
|
111
|
+
meshtrade/reporting/account_report/v1/account_report_pb2.pyi,sha256=3a4AqxLc_KcMxHAJ0bQOMPR6ra86aD1YbCkZvS59zJk,3645
|
|
112
112
|
meshtrade/reporting/account_report/v1/account_report_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
113
113
|
meshtrade/reporting/account_report/v1/disclaimer_pb2.py,sha256=izllJKgqoCYQiTpccCykDjXHBrYPYlcF0cshJE_mRKM,1831
|
|
114
114
|
meshtrade/reporting/account_report/v1/disclaimer_pb2.pyi,sha256=bQfBKSVLo5flu6ZO36weavNoRdF9OgO293GpxdeLQic,504
|
|
@@ -119,10 +119,10 @@ meshtrade/reporting/account_report/v1/fee_entry_pb2_grpc.py,sha256=1oboBPFxaTEXt
|
|
|
119
119
|
meshtrade/reporting/account_report/v1/income_entry_pb2.py,sha256=GzRBG289a9G56pBrla1hJvS-0tTl7U2zhHzDk-5BOPo,2964
|
|
120
120
|
meshtrade/reporting/account_report/v1/income_entry_pb2.pyi,sha256=UGSDpiL0IagXEVI5qDn6ZpBTM70cL60xJhmwycPe9NI,2051
|
|
121
121
|
meshtrade/reporting/account_report/v1/income_entry_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
122
|
-
meshtrade/reporting/account_report/v1/service_meshpy.py,sha256=
|
|
122
|
+
meshtrade/reporting/account_report/v1/service_meshpy.py,sha256=s9PHSsaSq_ZpR2Z8oXGCPSSrj4-7zDF1k6e5iLqK7V0,6615
|
|
123
123
|
meshtrade/reporting/account_report/v1/service_options_meshpy.py,sha256=oagptW02D9QtyonYlakMyCbK-zDUm8L5SVkHrcGsNsU,2565
|
|
124
|
-
meshtrade/reporting/account_report/v1/service_pb2.py,sha256=
|
|
125
|
-
meshtrade/reporting/account_report/v1/service_pb2.pyi,sha256=
|
|
124
|
+
meshtrade/reporting/account_report/v1/service_pb2.py,sha256=EdMKydMryW2jA2wtHac81tKFdsfHeS7ryWi9a_n5glc,6244
|
|
125
|
+
meshtrade/reporting/account_report/v1/service_pb2.pyi,sha256=DqdHVAGE8kUK4jo1iTykAE8MGlTo186v7iu6XSxexSk,2550
|
|
126
126
|
meshtrade/reporting/account_report/v1/service_pb2_grpc.py,sha256=sLAV2JMrxkNw8uycB6NL-w5IPsi2h1vqSus4ssVYhxU,7494
|
|
127
127
|
meshtrade/reporting/account_report/v1/trading_statement_entry_pb2.py,sha256=Ayk62EfbVzNwkX3AgwBKfdNjbZ03N6MwHen2JEqLWHo,2679
|
|
128
128
|
meshtrade/reporting/account_report/v1/trading_statement_entry_pb2.pyi,sha256=3Ys1u6lu9Zxn9l-2b6jau5_J9lCFrM_X7zDy8bJjkWw,1644
|
|
@@ -133,7 +133,7 @@ meshtrade/trading/limit_order/v1/__init__.py,sha256=1XwHm6cYfkFdWr1wf-ukjnvoYA-u
|
|
|
133
133
|
meshtrade/trading/limit_order/v1/limit_order_pb2.py,sha256=6hXZ2N2EQvxKfbYkSGTiXT62rRIgDbnEy8qoFk7evgE,1720
|
|
134
134
|
meshtrade/trading/limit_order/v1/limit_order_pb2.pyi,sha256=qqW6yIlOa146Cr7vuiHBLd8DSOvhhUy3CwJJeC52zFU,393
|
|
135
135
|
meshtrade/trading/limit_order/v1/limit_order_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
136
|
-
meshtrade/trading/limit_order/v1/service_meshpy.py,sha256=
|
|
136
|
+
meshtrade/trading/limit_order/v1/service_meshpy.py,sha256=t956DtwPu8GbI1IqNJnC3xZBOm9tOpbh6Uvhyj2Je6Y,5822
|
|
137
137
|
meshtrade/trading/limit_order/v1/service_options_meshpy.py,sha256=B8H-GWdi7mrnwLaQ_TP6CSaRyFtSIEe9mGZuHjapvEY,2554
|
|
138
138
|
meshtrade/trading/limit_order/v1/service_pb2.py,sha256=ApcxidLeLOSLxI3AWSb5cH6Y3z5-IwbRGq9Kd7UYMqY,2807
|
|
139
139
|
meshtrade/trading/limit_order/v1/service_pb2.pyi,sha256=L9ZgLzBDaxqIsAYABtVlrY_qe0Co0Ht99USR_307SXc,608
|
|
@@ -142,7 +142,7 @@ meshtrade/trading/market_order/v1/__init__.py,sha256=SULATh4Gddsa6A8959ZYXFgE7ac
|
|
|
142
142
|
meshtrade/trading/market_order/v1/market_order_pb2.py,sha256=miDtNnqxWAbZ_Ub9Oqo8_GsOLFwWjEeNz3JSzzFIpys,1740
|
|
143
143
|
meshtrade/trading/market_order/v1/market_order_pb2.pyi,sha256=NaWtrs1iNO8jY5XQRvS1ex3skmVJFTGxdDHdknIDvfI,394
|
|
144
144
|
meshtrade/trading/market_order/v1/market_order_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
145
|
-
meshtrade/trading/market_order/v1/service_meshpy.py,sha256=
|
|
145
|
+
meshtrade/trading/market_order/v1/service_meshpy.py,sha256=R8uaSFSxAmI6G2W4wj5F84wKW-8nZyDTzqOMsWMeU7A,5855
|
|
146
146
|
meshtrade/trading/market_order/v1/service_options_meshpy.py,sha256=Ido0GNgd1FSpqzjj-tknXMwYot6g8tAV5fa3oIzYVmk,2557
|
|
147
147
|
meshtrade/trading/market_order/v1/service_pb2.py,sha256=tB6aQqnDwAg8Ogya2AYPKs_6YXgdIe_hslAKd2SxQSA,2841
|
|
148
148
|
meshtrade/trading/market_order/v1/service_pb2.pyi,sha256=MIGhHksXG6hw6N-afJEEAR3fUqKoNU2EdfffDcLMO3c,612
|
|
@@ -191,7 +191,7 @@ meshtrade/wallet/account/v1/service_options_meshpy.py,sha256=ROVvFr-sub9TMtzHO-s
|
|
|
191
191
|
meshtrade/wallet/account/v1/service_pb2.py,sha256=4huN7EQVoNpqMf5UK9iIyAKUGhWPj-a9OdC2soqXxlQ,5208
|
|
192
192
|
meshtrade/wallet/account/v1/service_pb2.pyi,sha256=PL7ANYkhNYTrC8fXv9Pjfz2x-IeUj8HnytTAn4wnvNU,2132
|
|
193
193
|
meshtrade/wallet/account/v1/service_pb2_grpc.py,sha256=lTykth2v98aluqtqaID78HJ6dubXqI0ShpvfFmu3_pY,9480
|
|
194
|
-
meshtrade-1.
|
|
195
|
-
meshtrade-1.
|
|
196
|
-
meshtrade-1.
|
|
197
|
-
meshtrade-1.
|
|
194
|
+
meshtrade-1.3.0.dist-info/METADATA,sha256=1oEPbhwx61vR1vz0T1uzVwAXO7Rj7iZJFau5V7b4xfg,3006
|
|
195
|
+
meshtrade-1.3.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
196
|
+
meshtrade-1.3.0.dist-info/top_level.txt,sha256=NV0mf_yWXSvBwj2_q5aSz2hN5hQF0QypAiJwV4schJI,14
|
|
197
|
+
meshtrade-1.3.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|