Skip to content

Commit

Permalink
Fix for issue Chavithra#54
Browse files Browse the repository at this point in the history
* Corrected Pythonian names
  • Loading branch information
funnel20 authored Feb 6, 2022
1 parent f230a64 commit d7020a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions degiro_connector/trading/models/trading_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ...,
Expand All @@ -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 = ...
Expand Down

0 comments on commit d7020a3

Please sign in to comment.