crypto-crawler-rs icon indicating copy to clipboard operation
crypto-crawler-rs copied to clipboard

The development schedule of crypto-client

Open foonsun opened this issue 3 years ago • 6 comments

Hi Soulmachine,

crypto-client is important to trade in the exchanges.

Async Client is desired.

Any schedule?

foonsun avatar Dec 21 '21 07:12 foonsun

Crypt-Msg-Parse only support Trade and L2orderbook, any schedule of supporting other martket-types?

foonsun avatar Dec 22 '21 02:12 foonsun

For now the crypto-msg-parser library supports two message types Trade and L2Event.

What message type will you need ?

soulmachine avatar Dec 27 '21 23:12 soulmachine

The crypto-client is the library to place orders, it is still under development.

There is a similar library crypto-client written in TypeScript, but it will be replace by this Rust version.

soulmachine avatar Dec 27 '21 23:12 soulmachine

For now the crypto-msg-parser library supports two message types Trade and L2Event.

What message type will you need ?

The L2Event struct is incremental orderbook event. incremental---->full orderbook is better.not the snapshot orderbook.

foonsun avatar Dec 28 '21 07:12 foonsun

The crypto-client is the library to place orders, it is still under development.

There is a similar library crypto-client written in TypeScript, but it will be replace by this Rust version.

thanks for your great job.

foonsun avatar Dec 28 '21 07:12 foonsun

Incremental orderbook messages and full snapshot messages use the same L2Event structure , only the pub snapshot: bool field is different

soulmachine avatar Jan 07 '22 04:01 soulmachine