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

[Blockchain] marketDataService implementation#4

Open
scuevas-bc wants to merge 3 commits into
bcdc-tradeservice-implementationfrom
bcdc-marketservice-implementation
Open

[Blockchain] marketDataService implementation#4
scuevas-bc wants to merge 3 commits into
bcdc-tradeservice-implementationfrom
bcdc-marketservice-implementation

Conversation

@scuevas-bc
Copy link
Copy Markdown

No description provided.

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,
Copy link
Copy Markdown

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) {
Copy link
Copy Markdown

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