Git Product home page Git Product logo

fix_spec's People

Contributors

brobits avatar cbusbey avatar daino3 avatar mgatny avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fix_spec's Issues

fix builder not translating enum values

The following,

Given I create the following FIX.4.2 message of type "ExecutionReport": 
|SenderCompID         | "ITG"     |
|TargetCompID         | "SILO"    |
|MaturityDay          | 4         |
|DayOrderQty          | 23.45     |
|ExchangeForPhysical  | true      |
|AvgPx                | 100.25    |
|OrdType              | "MARKET"  |
|PossDupFlag          | false     |

Actually sets the tag 'OrdType' to the string "MARKET" instead of "1". It also sets MsgType to the string 'ExecutionReport' instead of "8".

PermGen OutOfMemory

Getting the below when running rake

PermGen space (Java::JavaLang::OutOfMemoryError)
Error: Your application exhausted PermGen area of the heap.
Specify -J-XX:MaxPermSize=###M to increase it (### = PermGen size in MB).
Specify -w for full OutOfMemoryError stack trace

As a workaround, the max perm size can be bumped in the by setting the JAVA_OPTS env variable. e.g., JAVA_OPTS=-XX:MaxPermSize=2048m

Flexibility in type specs

From the QFIX 201 presentation, @mgatny sez

 And the FIX message should have the following:
        | MsgType  | "NewOrderSingle" |
        | Symbol   | "AAPL"           |
        | Side     | "BUY"            |
        | OrderQty | 1.0              |
        | Price    | 10004.0          |
        | OrdType  | "LIMIT"          |
  • It would be better if I didn't have to put ".0" on the end of my price and qty, since I don't actually want it to be formatted that way in the message itself. Could be an interaction between rspec and the type of the quickfix field (e.g. float/bigdecimal)? Maybe we could add a feature where you could quote it, like "10004" to force a string comparison.

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.