Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Types.cs): order id typo #22358

Merged
merged 1 commit into from May 2, 2024
Merged

Conversation

carlosmiei
Copy link
Collaborator

DEMO

npm run cli.cs -- bitget WatchMyTrades "LTC/USDT:USDT"            

> [email protected] cli.cs
> dotnet run --project "./cs/cli/cli.csproj" bitget WatchMyTrades LTC/USDT:USDT

[
  "LTC/USDT:USDT"
]
[
  {
    "amount": 0.1,
    "price": 79.04,
    "cost": 7.904,
    "id": "1169866327549169664",
    "order": "1169866327276036097",
    "info": {
      "orderId": "1169866327276036097",
      "tradeId": "1169866327549169664",
      "symbol": "LTCUSDT",
      "orderType": "market",
      "side": "sell",
      "price": "79.04",
      "baseVolume": "0.1",
      "quoteVolume": "7.904",
      "profit": "0",
      "tradeSide": "open",
      "posMode": "hedge_mode",
      "tradeScope": "taker",
      "feeDetail": [
        {
          "feeCoin": "USDT",
          "deduction": "no",
          "totalDeductionFee": "0",
          "totalFee": "-0.0047424"
        }
      ],
      "cTime": "1714643788230",
      "uTime": "1714643788230"
    },
    "timestamp": 1714643788230,
    "datetime": "2024-05-02T09:56:28.230Z",
    "symbol": "LTC/USDT:USDT",
    "type": "market",
    "side": "sell",
    "takerOrMaker": "taker",
    "fee": {
      "rate": null,
      "cost": 0.0047424
    }
  }
]

@carlosmiei carlosmiei self-assigned this May 2, 2024
@carlosmiei carlosmiei merged commit 046e1bb into ccxt:master May 2, 2024
0 of 2 checks passed
DelAnt pushed a commit to DelAnt/ccxt that referenced this pull request May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong channel for Watch MyTrades. C#
1 participant