Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

Stacrypt/stamatcher

Repository files navigation

StaMatcher

Simple order matcher.

Stack

  • Kotlin
  • Kafka

commands

Input:

  • add
  • change
  • cancel

Output:

  • added
  • changed
  • canceled
  • matched

Protocol

Topics

Topics are "market"s. A market is usually made by two symbols, separated with / character. Sample:

  • USD/EUR
  • BTC/ETH

Order

uid:type:price:quantity(:expiresAt)

Releases

No releases published

Packages

No packages published

Languages