Package org.archfirst.bfcommon.jsontrading

Examples of org.archfirst.bfcommon.jsontrading.Money


                "JVEE-1",
                OrderSide.Buy,
                "AAPL",
                100,
                OrderType.Limit,
                new Money("100.00", "USD"),
                OrderTerm.GoodForTheDay,
                false,
                OrderStatus.PendingNew);
        NewOrderSingle newOrderSingle = new NewOrderSingle(order);
View Full Code Here

TOP

Related Classes of org.archfirst.bfcommon.jsontrading.Money

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.