Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ parseWsPosition
Method
parseWsPosition
ts/src/pro/grvt.ts:809–812 ·
view source on GitHub ↗
(position, market: Market = undefined)
Source
from the content-addressed store, hash-verified
807
}
808
809
parseWsPosition (position, market: Market = undefined) {
810
// same as REST api
811
return
this.parsePosition (position, market);
812
}
813
814
/**
815
* @method
Callers
1
handlePosition
Method · 0.95
Calls
1
parsePosition
Method · 0.95
Tested by
no test coverage detected