blankly.docs blankly.docs
  • Getting Started

    • Overview
    • Installation
    • Common Gotchas
    • Why Blankly?
    • Your First Blankly Algorithm
    • Sandbox Trading
  • Futures

    • Getting Started with Futures
  • Examples

    • Integrating with Custom Models
    • The Golden Cross
    • MACD
    • An RSI Screener
    • RSI
    • Tweets and Custom Data
  • Blankly Strategy

    • Strategy Overview
    • Managing Strategy State
    • Strategy Event Lifecycle
    • Strategy Functions Reference
  • Blankly Model

    • Model Overview
  • Framework

    • Exchange
    • Exchange Interface
    • Futures Exchange
    • Exchange Interface
    • Screener
  • Orders

    • Market Order
    • Futures Order
    • Order
    • Limit Order
    • Take Profit Order
    • Stop Loss Order
  • Metrics & Indicators

    • Metrics
    • Indicators
  • Utilities

    • Utilities
    • Time Utilities
    • Scheduler
    • Exceptions
    • Backtest Result
    • Reporter
  • Websockets

    • Websocket Manager
    • Ticker Manager
    • Orderbook Manager
    • General Manager
  • Config

    • backtest.json
    • blankly.json
    • keys.json
    • notify.json
    • settings.json
  • Services

    • Deployment API
    • Events API
  • More

Market Order

The market order response inherits from the order object, found here. This means that all the functions described in that document will also work here.

This used to have internal functions, but we have simplified it into a wrapper object!

Edit this page on GitHub
Exchange Interface Screener