Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanups/console #37

Merged
merged 2 commits into from
May 29, 2012
Merged

Cleanups/console #37

merged 2 commits into from
May 29, 2012

Conversation

penberg
Copy link
Contributor

@penberg penberg commented May 29, 2012

Make Stirling console output more pretty.

Pekka Enberg added 2 commits May 29, 2012 15:58
Before:

  [penberg@tux stirling]$ java -jar stirling.jar
    #
    # FIX console session started.
    #
    #   Type 'help' for list of available commands and 'exit' to exit the
    #   console. You can also use the Tab key for command completion.
    #
  >

After:

  [penberg@tux stirling]$ java -jar stirling.jar
  Stirling console, type 'help' for help text
  >

Signed-off-by: Pekka Enberg <[email protected]>
Re-format console help text to make it more readable.

Before:

  > help

  Available commands:
    unavailable : Marks client session unavailable.
    connect Host=<host> Port=<port> : Opens connection which will be used for sending messages.
    collateral-inquiry <Argument=value>* : Creates and sends a collateral inquiry.
    storeseq SenderCompID=<id> TargetCompID=<id> <Argument=value>* : Resets outgoing and outgoing sequence numbers.
    available : Marks client session available.

After:

  > help

  Available commands:
    ?                      Lists all available commands.
    available              Marks client session available.
    cancel-order           Creates and sends order cancel request message.
    collateral-inquiry     Creates and sends a collateral inquiry.
    config                 Configures client for sending FIX messages.

Signed-off-by: Pekka Enberg <[email protected]>
akisaarinen added a commit that referenced this pull request May 29, 2012
@akisaarinen akisaarinen merged commit 0d34685 into master May 29, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants