Package de.gsi.financial.samples.service
Class StandardTradePlanAttributes
- java.lang.Object
-
- de.gsi.financial.samples.service.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_IDThe account IDstatic de.gsi.dataset.spi.financial.api.attrs.AttributeKey<java.lang.String>ASSET_NAMEThe 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>ORDERSThe performed trading ordersstatic de.gsi.dataset.spi.financial.api.attrs.AttributeKey<PositionContainer>POSITIONSThe opened/closed trading positions
-
-
-
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
-
-