# close()
Places an order for entirely closing the position.
- Interface
class MidaPosition {
close (): Promise<MidaOrder>;
}
- Example
await myPosition.close();
Places an order for entirely closing the position.
class MidaPosition {
close (): Promise<MidaOrder>;
}
await myPosition.close();