Class StandardTradePlanAttributes


  • public class StandardTradePlanAttributes
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static de.gsi.dataset.spi.financial.api.attrs.AttributeKey<java.lang.String> ACCOUNT_ID
      The account ID
      static de.gsi.dataset.spi.financial.api.attrs.AttributeKey<java.lang.String> ASSET_NAME
      The trading asset identification - this symbol will be traded by execution platform The more providers are supported, this one is main for trading.
      static de.gsi.dataset.spi.financial.api.attrs.AttributeKey<OrderContainer> ORDERS
      The performed trading orders
      static de.gsi.dataset.spi.financial.api.attrs.AttributeKey<PositionContainer> POSITIONS
      The opened/closed trading positions
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ORDERS

        public static final de.gsi.dataset.spi.financial.api.attrs.AttributeKey<OrderContainer> ORDERS
        The performed trading orders
      • POSITIONS

        public static final de.gsi.dataset.spi.financial.api.attrs.AttributeKey<PositionContainer> POSITIONS
        The opened/closed trading positions
      • ASSET_NAME

        public static final de.gsi.dataset.spi.financial.api.attrs.AttributeKey<java.lang.String> ASSET_NAME
        The trading asset identification - this symbol will be traded by execution platform The more providers are supported, this one is main for trading.
      • ACCOUNT_ID

        public static final de.gsi.dataset.spi.financial.api.attrs.AttributeKey<java.lang.String> ACCOUNT_ID
        The account ID