Skip to content
This repository was archived by the owner on Jan 17, 2024. It is now read-only.

TakeProfit

hallee edited this page May 10, 2020 · 1 revision

TakeProfit

Additional parameters for take-profit leg of advanced orders.

public struct TakeProfit: Codable, Hashable

Inheritance

Codable, Hashable

Initializers

init(limitPrice:)

public init(limitPrice: Money)

Properties

limitPrice

Required for bracket orders.

var limitPrice: Money
Clone this wiki locally