File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
src/Prodigy.Solutions.Deribit.Client Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 66 <Nullable >enable</Nullable >
77 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
88 <PackageProjectUrl >https://github.com/prodigy-sln/Deribit.Client</PackageProjectUrl >
9- <Version >0.0.8 </Version >
9+ <Version >0.0.9 </Version >
1010 <EmitCompilerGeneratedFiles >true</EmitCompilerGeneratedFiles >
1111 <CompilerGeneratedFilesOutputPath >Generated</CompilerGeneratedFilesOutputPath >
1212 <OutputType >Library</OutputType >
Original file line number Diff line number Diff line change @@ -111,8 +111,6 @@ public class PlaceOrderRequest
111111
112112 public required TimeInForce TimeInForce { get ; init ; }
113113
114- public decimal MaxShow { get ; init ; }
115-
116114 public bool PostOnly { get ; init ; }
117115
118116 public bool RejectPostOnly { get ; init ; }
@@ -236,7 +234,6 @@ public class OrderResponse
236234 public bool RiskReducing { get ; init ; }
237235 public decimal FilledAmount { get ; init ; }
238236 public required string InstrumentName { get ; init ; }
239- public decimal MaxShow { get ; init ; }
240237 public string ? AppName { get ; init ; }
241238 public bool MmpCancelled { get ; init ; }
242239 public OrderDirection Direction { get ; init ; }
You can’t perform that action at this time.
0 commit comments