Giter Site home page Giter Site logo

fix-cli's Introduction

Prerequisites

  • Java17

Building binaries

Jar

./gradlew shadowJar

Docker container

docker build --no-cache . -t agladkowski/fix-cli

How to run

Java

java -jar build/libs/fix-cli-1.0-SNAPSHOT-all.jar \
 --host 127.0.0.1 \
 --port 2345 \
 --target Exchange \
 --sender Broker1 \
 -u TEST \
 -p PWD

Docker

docker run agladkowski/fix-cli \
    --host 127.0.0.1 \
    --port 2345 \
    --target Exchange \
    --sender Broker1 \
    -u TEST \
    -p PWD

Program options

Usage: fix-cli options_list
Options: 
    --host -> Host (always required) { String }
    --port -> Port (always required) { Int }
    --sender, -s -> SenderCompId (always required) { String }
    --target, -t -> TargetCompId (always required) { String }
    --username, -u -> Username { String }
    --password, -p -> Password { String }
    --fixVer -> Fix protocol version, default 4.4 { String }
    --verbose -> Enable verbose logging mode 
    --help, -h -> Usage info 

Pushing docker container to dockerhub

docker login -u agladkowski
docker tag <IMAGE_ID> agladkowski/fix-cli:1.0
docker push agladkowski/fix-cli:1.0

Github workflow setup

https://medium.com/@thearaseng/using-github-actions-build-and-push-docker-images-30d05e58be4b

fix-cli's People

Contributors

agladkowski avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.