Package com.barchart.feed.inst.provider

Examples of com.barchart.feed.inst.provider.InstrumentGUID


      final Fraction fraction, final TimeInterval lifetime,
      final DDF_TimeZone zone) {
   
    final Map<Tag, Object> map = new HashMap<Tag, Object>();
   
    map.put(InstrumentField.GUID, new InstrumentGUID(guid));
    map.put(MARKET_GUID, guid);
    map.put(SECURITY_TYPE, Instrument.SecurityType.NULL_TYPE);
    map.put(BOOK_LIQUIDITY, Instrument.BookLiquidityType.NONE);
    map.put(BOOK_STRUCTURE, Instrument.BookStructureType.NONE);
    map.put(BOOK_DEPTH, ValueConst.NULL_SIZE);
View Full Code Here

TOP

Related Classes of com.barchart.feed.inst.provider.InstrumentGUID

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.