Package quickfix.field

Examples of quickfix.field.LeavesQty


       
        //  Side (54)
        Side side = new Side(execution.getOrder().getFIXSide());
       
        // LeavesQty ()
        LeavesQty leavesQty = new LeavesQty(execution.getLeavesQty());
       
        // CumQty ()
        CumQty cumQty = new CumQty(execution.getCumQty());
       
        // AvgPx ()
View Full Code Here


                new ExecTransType(ExecTransType.STATUS),
                new ExecType(ExecType.REJECTED),
                new OrdStatus(OrdStatus.REJECTED),
                new Symbol("GOOG"),
                new Side(Side.BUY),
                new LeavesQty(100),
                new CumQty(0),
                new AvgPx(0));
        }
View Full Code Here

TOP

Related Classes of quickfix.field.LeavesQty

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.