# XWUITradingOrderTicket

Brokerage order ticket with order types, TP/SL, buying-power check and confirmation. Emits place; never fetches or mounts Chart*.

## BasicUsage

Default AAPL market buy.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: BasicUsage
description: Default AAPL market buy.
```

## LimitSell

Start as a limit sell.

```example
file: examples/LimitSell.ts
html: examples/LimitSell.html
title: LimitSell
description: Start as a limit sell.
```

## ConfirmPlace

Confirm then place.

```example
file: examples/ConfirmPlace.ts
html: examples/ConfirmPlace.html
title: ConfirmPlace
description: Confirm then place.
```

## SetType

Switch to stop from the class API.

```example
file: examples/SetType.ts
html: examples/SetType.html
title: SetType
description: Switch to stop from the class API.
```

```api
```
