Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

[Blockchain] marketDataService implementation #4

Open
wants to merge 3 commits into
base: bcdc-tradeservice-implementation
Choose a base branch
from

Conversation

scuevas-bc
Copy link

No description provided.

@@ -23,4 +29,15 @@ public interface Blockchain {
@Path("/symbols")
@GET
Map<String, BlockchainSymbol> getSymbols();

/**
* Level 3 Order Book data is available through the l3 channel. Each entry in bids and asks arrays is an order,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

an order or in order?

if (args != null) {
switch (args.length) {
case 2:
if (args[1] != null && args[1] instanceof Long) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would create constants for these numbers... ZERO, ONE.. or even make them more self-declarative like START_DATE_INDEX, END_TIME_INDEX

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants