.NET - DLL for connecting to Binance Trade API (Websocket)

Cancelled Posted 6 years ago Paid on delivery
Cancelled Paid on delivery

C# .NET Framework 4.6.2, should run in VS2015

we need source code, roality free distribution, all rights on source code

Should be stable and manage to handle 5000 orders in a row without reaching spamming limits of the exchange (so delaying the orders to the appropriate amount in a queue).

Should implement the following interface:

public interface ICryptoExchange

{

// The component should implement a queue (in a base class, so that additional components can use)

// This queue is only in RAM (no database, file, ....)

// There should be 2 queues (one for AddOrder, one for RemoveOrder)

// RemoveOrder should be done first (only if RemoveOrder-Queue is empty) system works on the AddOrder-Queue

// Init

bool Init(string sApiKey); // initializes connection, result indicates success

// GetInfos

List<Market> GetMarkets();

List<Order> GetOrders(); // orders of all markets

List<Order> GetOrders(string sMarketName); // orders of a single market (for example ADA/BTC)

List<Order> GetFilledOrders(DateTime mFrom, DateTime mTo); // orders of all markets, that have been filled between mFrom and mTo (inclusive)

// Trade

string AddOrder(Order oOrder); // places order, result is identification of order at the exchange, result is "" if not successful

bool RemoveOrder(string sOrderId); // removes order from excange, result indicates success

}

Market and Order are simple objects:

public class Market

{

public string Name { get; set; } // For example: BTC/EUR

public decimal Open { get; set; }

public decimal High { get; set; }

public decimal Low { get; set; }

public decimal Last { get; set; }

public decimal Volume { get; set; }

public DateTime IntervalStart { get; set; } // Timespan-Start for data: Open, High, Low, Volume

public DateTime IntervalEnd { get; set; } // Timespan-End of current data: Last

public decimal MinUnit { get; set; } // Lowest Order-Amount (ADA/BTC = 1, BCC/BTC = 0,001)

}

public class Order

{

public string OrderId { get; set; } // only filled when placed at the exchange

public string MarketName { get; set; } // for example "ADA/BTC"

public bool Buy { get; set; } // true = BUY, false = SELL

public decimal Quantity { get; set; } // Quantity of TradeCurrency (Amount of ADA for ADA/BTC)

public decimal LimitPrice { get; set; } // there must always be a limit, no order should be placed without

public Order()

{

OrderId = "";

}

}

There might be some customizations (for example max orders per minute) and adaptions to the above concept during the test phase, but in general that's it for the first phase.

.NET C# Programming

Project ID: #16045182

About the project

11 proposals Remote project Active 6 years ago

11 freelancers are bidding on average €434 for this job

esalem

I can deliver high quality solution for your project. Relevant Skills and Experience C# Proposed Milestones €2822 EUR - final

€2822 EUR in 25 days
(32 Reviews)
7.4
xiqian88

Hello I read your proposal and i think i can do your project well I have good experience in C# and DLL I wish to work with you soon Regards Relevant Skills and Experience C#, .NET Proposed Milestones €200 EUR - as fu More

€200 EUR in 3 days
(16 Reviews)
5.7
sanmiawi

Hi, I have worked with a number of coin APIs and I can guarantee a working solution. I am always online, lets chat for further details. Thanks Relevant Skills and Experience C#/.NET/Software/API Proposed Milestones € More

€200 EUR in 3 days
(8 Reviews)
4.9
vermamukesh67

I have professional team of mobile app development and all have experience equivalent to me in their profession. Let talk more to move further quickly Relevant Skills and Experience Mobile app development iOS mobile a More

€155 EUR in 3 days
(1 Review)
2.8
point5nyble

I have been working as freelancer since last ~ 7 years,prior to this was working with a MNC as an Sr. Software Professional. Relevant Skills and Experience -- VBA and Excel,Word,Office Applications,VSTO -- Expert o More

€188 EUR in 3 days
(2 Reviews)
2.2
harigovind511

I have been working with class libraries and framework creation for a long time now. we can easily build and deliver it to u.

€166 EUR in 3 days
(0 Reviews)
0.0