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

Latest commit

 

History

History
33 lines (23 loc) · 368 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 368 Bytes

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)