Skip to content

Update deribit client #3

Update deribit client

Update deribit client #3

Triggered via push August 6, 2024 19:19
Status Success
Total duration 24s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Prodigy.Solutions.Deribit.Client/AccountManagement/AccountSummaryResponse.cs#L68
Non-nullable property 'ReferrerId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Prodigy.Solutions.Deribit.Client/DebugDecorator.cs#L10
Non-nullable property 'Target' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Prodigy.Solutions.Deribit.Client/DeribitJsonRpcClient.cs#L51
Non-nullable field '_socket' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Prodigy.Solutions.Deribit.Client/MarketData/DeribitMarketDataClient.cs#L443
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Prodigy.Solutions.Deribit.Client/ResponseObjects/UserChangesResponse.cs#L9
Non-nullable property 'Orders' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Prodigy.Solutions.Deribit.Client/ResponseObjects/UserChangesResponse.cs#L10
Non-nullable property 'Positions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Prodigy.Solutions.Deribit.Client/ResponseObjects/UserChangesResponse.cs#L11
Non-nullable property 'Trades' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Prodigy.Solutions.Deribit.Client/ResponseObjects/UserChangesResponse.cs#L12
Non-nullable property 'InstrumentName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Prodigy.Solutions.Deribit.Client/MarketData/DeribitMarketDataClient.cs#L289
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Prodigy.Solutions.Deribit.Client/MarketData/DeribitMarketDataClient.cs#L290
Non-nullable property 'Continuation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.