diff --git a/protos/degiro_connector/trading/models/trading.proto b/protos/degiro_connector/trading/models/trading.proto index be1f4bf..74f309a 100644 --- a/protos/degiro_connector/trading/models/trading.proto +++ b/protos/degiro_connector/trading/models/trading.proto @@ -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;