{{ if eq .ENV "development" }} {{ end }}
_ _
_ __ ___ __ _ _ __| | _____| |_
| '_ ` _ \ / _` | '__| |/ / _ \ __|
| | | | | | (_| | | | < __/ |_
|_| |_| |_|\__,_|_| |_|\_\___|\__|
BUY YES | SELL | BUY NO | |||||
---|---|---|---|---|---|---|---|
YES
{{.Quantity}} @ {{.Price}}
|
{{ else }}
{{ end }} {{ if and (eq .ShareId $.YesShare.Id) (eq .Side "SELL") }} |
YES
{{.Quantity}} @ {{.Price}}
|
{{ else }}
{{ end }} {{ if and (eq .ShareId $.NoShare.Id) (eq .Side "SELL") }} |
NO
{{.Quantity}} @ {{.Price}}
|
{{ else }}
{{ end }} {{ if and (eq .ShareId $.NoShare.Id) (eq .Side "BUY") }} |
NO
{{.Quantity}} @ {{.Price}}
|
{{ else }}
{{ end }} |