Skip to content

KevinJCross/marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

25ed7c6 · Jul 18, 2019

History

9 Commits
Jul 18, 2019
Jul 18, 2019
Jul 18, 2019
Jul 18, 2019
Jul 18, 2019
Jul 18, 2019
Jul 18, 2019
Jul 18, 2019
Jul 18, 2019

Repository files navigation

Silver bars

Author: Kevin Cross

to build

./gradlew build

to publish

publish locally:

gradlew build PublishToMavenLocal 

adding the library to your project

dependencies {
    implementation "org.kware:silver-bars:1.0-SNAPSHOT"
}

to create a marketplace for the sliver bars you should start with

import org.kware.silverbars.*
// create a market
val market = Market()
//register an order
val orderRef = market.register(Order(...))
// get the summary
market.summary()
// and to cancel an order
orderRef.cancel()

Tests

located at SilverBarsTest.kt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages