order-execution-style: Order execution styles

Description Usage Arguments Details Zipline Documentation See Also

Description

The execution style of the order to be placed. This can be a market, limit, stop or stop-limit order. For use with fly_order().

Usage

1
2
3
4
5
6
7
MarketOrder(exchange = NULL)

LimitOrder(limit_price, exchange = NULL)

StopOrder(stop_price, exchange = NULL)

StopLimitOrder(limit_price, stop_price, exchange = NULL)

Arguments

exchange

The exchange to execute the order on.

limit_price

The limit price for the order.

stop_price

The stop price for the order.

Details

Zipline Documentation

See Also

fly_order()


DavisVaughan/flyingfox documentation built on May 5, 2019, 12:28 a.m.