8000 StockSharp/Samples/01_Basic at master · StockSharp/StockSharp · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

StockSharp API Examples Directory

This directory contains three examples demonstrating various features of the StockSharp API. These examples are tailored for developers programming in C# and provide practical guidance on how to interact with trading platforms using the StockSharp framework.

Example Descriptions

  • 01_ConnectAndDownloadInstruments: This example demonstrates how to establish a connection to the trading platform and retrieve security information. It is a basic primer on initiating connectivity and fetching key trading details.

  • 02_MarketDepths: This example focuses on how to handle market data, specifically working with market depths and trades. It provides insights into accessing and utilizing real-time market updates.

  • 03_Orders: The final example in this series showcases how to work with orders. It covers creating, submitting, and managing trade orders, providing a comprehensive overview of order handling within the StockSharp API.

These examples are designed to be standalone demonstrations, each emphasizing a specific aspect of the StockSharp API functionality. They are ideal for developers looking to integrate StockSharp into their trading solutions, offering a step-by-step approach to mastering the capabilities of this powerful trading framework.

0