From d7020a3fa8abcae65517dc8cd73584d905fef4be Mon Sep 17 00:00:00 2001 From: funnel20 <2139844+funnel20@users.noreply.github.com> Date: Sun, 6 Feb 2022 11:06:24 +0100 Subject: [PATCH] Fix for issue Chavithra#54 * Corrected Pythonian names --- degiro_connector/trading/models/trading_pb2.pyi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/degiro_connector/trading/models/trading_pb2.pyi b/degiro_connector/trading/models/trading_pb2.pyi index c5e54fc..6cbb334 100644 --- a/degiro_connector/trading/models/trading_pb2.pyi +++ b/degiro_connector/trading/models/trading_pb2.pyi @@ -143,8 +143,8 @@ class Order(google.protobuf.message.Message): @property def transaction_auto_fx_opposite_surcharges(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[google.protobuf.struct_pb2.Struct]: ... auto_fx_conversion_rate: builtins.float = ... - transactionFee: builtins.float = ... - showExAnteReportLink: builtins.bool = ... + transaction_fees: builtins.float = ... + show_ex_ante_report_link: builtins.bool = ... def __init__(self, *, confirmation_id : typing.Text = ..., @@ -156,11 +156,11 @@ class Order(google.protobuf.message.Message): transaction_auto_fx_surcharges : typing.Optional[typing.Iterable[google.protobuf.struct_pb2.Struct]] = ..., transaction_auto_fx_opposite_surcharges : typing.Optional[typing.Iterable[google.protobuf.struct_pb2.Struct]] = ..., auto_fx_conversion_rate : builtins.float = ..., - transactionFee : builtins.float = ..., - showExAnteReportLink : builtins.bool = ..., + transaction_fees : builtins.float = ..., + show_ex_ante_report_link : builtins.bool = ..., ) -> None: ... def HasField(self, field_name: typing_extensions.Literal[u"response_datetime",b"response_datetime"]) -> builtins.bool: ... - def ClearField(self, field_name: typing_extensions.Literal[u"auto_fx_conversion_rate",b"auto_fx_conversion_rate",u"confirmation_id",b"confirmation_id",u"free_space_new",b"free_space_new",u"response_datetime",b"response_datetime",u"showExAnteReportLink",b"showExAnteReportLink",u"transactionFee",b"transactionFee",u"transaction_auto_fx_opposite_surcharges",b"transaction_auto_fx_opposite_surcharges",u"transaction_auto_fx_surcharges",b"transaction_auto_fx_surcharges",u"transaction_fees",b"transaction_fees",u"transaction_opposite_fees",b"transaction_opposite_fees",u"transaction_taxes",b"transaction_taxes"]) -> None: ... + def ClearField(self, field_name: typing_extensions.Literal[u"auto_fx_conversion_rate",b"auto_fx_conversion_rate",u"confirmation_id",b"confirmation_id",u"free_space_new",b"free_space_new",u"response_datetime",b"response_datetime",u"show_ex_ante_report_link",b"show_ex_ante_report_link",u"transaction_fees",b"transaction_fees",u"transaction_auto_fx_opposite_surcharges",b"transaction_auto_fx_opposite_surcharges",u"transaction_auto_fx_surcharges",b"transaction_auto_fx_surcharges",u"transaction_fees",b"transaction_fees",u"transaction_opposite_fees",b"transaction_opposite_fees",u"transaction_taxes",b"transaction_taxes"]) -> None: ... class ConfirmationResponse(google.protobuf.message.Message): DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...