Skip to content

Commit

Permalink
Fix for issue Chavithra#54
Browse files Browse the repository at this point in the history
Removed duplicate `free_space_new`
  • Loading branch information
funnel20 authored Feb 6, 2022
1 parent d7020a3 commit f5c94db
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions protos/degiro_connector/trading/models/trading.proto
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@ message Order {
repeated google.protobuf.Struct transaction_auto_fx_surcharges = 7;
repeated google.protobuf.Struct transaction_auto_fx_opposite_surcharges = 8;
double auto_fx_conversion_rate = 9;
double free_space_new = 10;
double transaction_fees = 11;
bool show_ex_ante_report_link = 12;
double transaction_fees = 10;
bool show_ex_ante_report_link = 11;
}
message ConfirmationResponse {
string order_id = 1;
Expand Down

0 comments on commit f5c94db

Please sign in to comment.