Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AccountMapping - Interface in com.caplin.orders.barracuda.extension.config
-
To provide an implementation of this class please see
BarracudaOverridesModule
Instance of AccountMapping are used to map between toboUsernames and accounts. - AccountRetriever - Interface in com.caplin.orders.barracuda.extension.config
- AdapterBlotterFilter - Interface in com.caplin.orders.barracuda.extension.config
B
- BarracudaOverride - Annotation Interface in com.caplin.orders.barracuda.extension
-
Guice modules annotated with this annotation will be automatically loaded via reflections.
- BarracudaOverridesModule - Class in com.caplin.orders.barracuda.extension
-
An abstract class that extends the guice
AbstractModule
The Barracuda Order Adapter is able to load an external guice module. - BarracudaOverridesModule() - Constructor for class com.caplin.orders.barracuda.extension.BarracudaOverridesModule
- Benchmark - Class in com.caplin.orders.barracuda.api.model
-
Represents a strategy consisting of a single benchmark order.
- Benchmark(OrderData, List<Deal>, List<OrderLifeCycleEvent>) - Constructor for class com.caplin.orders.barracuda.api.model.Benchmark
- BENCHMARK - Enum constant in enum class com.caplin.orders.barracuda.api.model.StrategyType
- BlotterFieldsExtender - Interface in com.caplin.orders.barracuda.extension.blotter
-
To provide an implementation of this class please see
BarracudaOverridesModule
Implementations of this class are called when new blotter items are created. - BulkCancelLastLookListener - Interface in com.caplin.orders.barracuda.extension.bulk
C
- ClientCodeMapping - Interface in com.caplin.orders.barracuda.extension.config
-
Implementations of this interface should return the client code.
- ClientTraderMapping - Interface in com.caplin.orders.barracuda.extension.config
-
A Client Trader exists in the Barracuda System.
- com.caplin.orders.barracuda.api - package com.caplin.orders.barracuda.api
- com.caplin.orders.barracuda.api.model - package com.caplin.orders.barracuda.api.model
- com.caplin.orders.barracuda.extension - package com.caplin.orders.barracuda.extension
- com.caplin.orders.barracuda.extension.blotter - package com.caplin.orders.barracuda.extension.blotter
- com.caplin.orders.barracuda.extension.bulk - package com.caplin.orders.barracuda.extension.bulk
- com.caplin.orders.barracuda.extension.config - package com.caplin.orders.barracuda.extension.config
- com.caplin.orders.barracuda.extension.details - package com.caplin.orders.barracuda.extension.details
- com.caplin.orders.barracuda.extension.submission - package com.caplin.orders.barracuda.extension.submission
- createStream(boolean) - Method in interface com.caplin.orders.barracuda.api.StrategyService
-
Creates an update stream for all loaded strategies
- createStreamByDealId(String, boolean) - Method in interface com.caplin.orders.barracuda.api.StrategyService
-
Creates an update stream for the given deal id
- createStreamByOrderId(String, boolean) - Method in interface com.caplin.orders.barracuda.api.StrategyService
-
Creates an update stream for the given order id
- createStreamByStrategyId(String, boolean) - Method in interface com.caplin.orders.barracuda.api.StrategyService
-
Creates an update stream for the given strategyId.
D
- DateConfigProvider - Interface in com.caplin.orders.barracuda.extension.blotter
E
- EditOrderMetaDataProvider - Interface in com.caplin.orders.barracuda.extension.details
-
To provide an implementation of this class please see
BarracudaOverridesModule
- equals(Object) - Method in class com.caplin.orders.barracuda.api.model.Benchmark
- equals(Object) - Method in class com.caplin.orders.barracuda.api.model.Gamma
- equals(Object) - Method in class com.caplin.orders.barracuda.api.model.IfDone
- equals(Object) - Method in class com.caplin.orders.barracuda.api.model.IfDoneOCO
- equals(Object) - Method in class com.caplin.orders.barracuda.api.model.OCO
- equals(Object) - Method in class com.caplin.orders.barracuda.api.model.Single
- equals(Object) - Method in class com.caplin.orders.barracuda.api.model.UnsupportedStrategy
- Examples in this documentation refer to the following user permissions and naming conventions - Search tag in class com.caplin.orders.barracuda.extension.UserManager
- Section
G
- Gamma - Class in com.caplin.orders.barracuda.api.model
-
Represents a Gamma strategy consisting of multiple rungs.
- Gamma(List<OrderData>, Map<String, List<Deal>>, List<OrderLifeCycleEvent>) - Constructor for class com.caplin.orders.barracuda.api.model.Gamma
- GAMMA - Enum constant in enum class com.caplin.orders.barracuda.api.model.StrategyType
- getAccountDisplayName(String) - Method in interface com.caplin.orders.barracuda.extension.config.AccountRetriever
- getAccounts(String) - Method in interface com.caplin.orders.barracuda.extension.config.AccountMapping
-
Return the set of accounts associated with given TOBO username
- getAccounts(Set<String>) - Method in interface com.caplin.orders.barracuda.extension.config.AccountMapping
-
Retun the set of accounts for a the given set of TOBO usernames
- getAccountsStream(String) - Method in interface com.caplin.orders.barracuda.extension.config.AccountMapping
- getAccountsStream(Set<String>) - Method in interface com.caplin.orders.barracuda.extension.config.AccountMapping
- getActivationTimezone(OrderData) - Method in interface com.caplin.orders.barracuda.extension.details.EditOrderMetaDataProvider
- getAllDeals() - Method in class com.caplin.orders.barracuda.api.model.Benchmark
- getAllDeals() - Method in class com.caplin.orders.barracuda.api.model.Gamma
- getAllDeals() - Method in class com.caplin.orders.barracuda.api.model.IfDone
- getAllDeals() - Method in class com.caplin.orders.barracuda.api.model.IfDoneOCO
- getAllDeals() - Method in class com.caplin.orders.barracuda.api.model.OCO
- getAllDeals() - Method in class com.caplin.orders.barracuda.api.model.Single
- getAllDeals() - Method in interface com.caplin.orders.barracuda.api.model.Strategy
-
Gets a map of order ID to Deals.
- getAllDeals() - Method in class com.caplin.orders.barracuda.api.model.UnsupportedStrategy
- getAllOrders() - Method in class com.caplin.orders.barracuda.api.model.Benchmark
- getAllOrders() - Method in class com.caplin.orders.barracuda.api.model.Gamma
- getAllOrders() - Method in class com.caplin.orders.barracuda.api.model.IfDone
- getAllOrders() - Method in class com.caplin.orders.barracuda.api.model.IfDoneOCO
- getAllOrders() - Method in class com.caplin.orders.barracuda.api.model.OCO
- getAllOrders() - Method in class com.caplin.orders.barracuda.api.model.Single
- getAllOrders() - Method in interface com.caplin.orders.barracuda.api.model.Strategy
-
Gets a map of order ID to OrderData.
- getAllOrders() - Method in class com.caplin.orders.barracuda.api.model.UnsupportedStrategy
- getAllStrategies() - Method in interface com.caplin.orders.barracuda.api.StrategyService
-
Gets all the currently loaded strategies
- getBenchmarkDeals() - Method in class com.caplin.orders.barracuda.api.model.Benchmark
-
Gets all deals for this benchmark order.
- getBenchmarkOrder() - Method in class com.caplin.orders.barracuda.api.model.Benchmark
-
Gets the OrderData for this benchmark order.
- getByDealId(String) - Method in interface com.caplin.orders.barracuda.api.StrategyService
-
Get a strategy for the given deal id
- getByOrderId(String) - Method in interface com.caplin.orders.barracuda.api.StrategyService
-
Get a strategy for the given order id
- getByStrategyId(String) - Method in interface com.caplin.orders.barracuda.api.StrategyService
-
Get a strategy for the given strategy id
- getClientCode(String, String) - Method in interface com.caplin.orders.barracuda.extension.config.ClientCodeMapping
-
Returns the Client Code, which is the Barracuda Client Code.
- getClientCodeForSalesSSOUsername(String, String, String) - Method in class com.caplin.orders.barracuda.extension.UserManager
- getClientCodeForSSOUsername(String, String) - Method in class com.caplin.orders.barracuda.extension.UserManager
- getClientCodeForTOBOUsername(String, String) - Method in class com.caplin.orders.barracuda.extension.UserManager
- getClientTrader(String) - Method in interface com.caplin.orders.barracuda.extension.config.ClientTraderMapping
-
The Client Trader Name, as represented in the Barracuda OMS.
- getClientTraderForSalesSSOUsername(String, String) - Method in class com.caplin.orders.barracuda.extension.UserManager
- getClientTraderForSSOUsername(String) - Method in class com.caplin.orders.barracuda.extension.UserManager
- getDateComparitor() - Method in class com.caplin.orders.barracuda.extension.blotter.StateConfig
- getDealsByOrderId(String) - Method in interface com.caplin.orders.barracuda.api.model.Strategy
-
Gets all deals belonging to an order for a specified order ID.
- getDealsByRungId(String) - Method in class com.caplin.orders.barracuda.api.model.Gamma
-
Gets all deals belonging to the order with the specified rung id.
- getErrorCode() - Method in exception class com.caplin.orders.barracuda.extension.submission.OrderLastLookException
-
Returns the error code
- getErrorMessage() - Method in exception class com.caplin.orders.barracuda.extension.submission.OrderLastLookException
-
Returns the error message
- getExpirationTimezone(OrderData) - Method in interface com.caplin.orders.barracuda.extension.details.EditOrderMetaDataProvider
- getIfDoneOrder() - Method in class com.caplin.orders.barracuda.api.model.IfDone
-
Gets the OrderData of the if-done portion of the strategy.
- getIfDoneOrderDeals() - Method in class com.caplin.orders.barracuda.api.model.IfDone
-
Gets all deals for the if-done order.
- getIfDoneStopLossOrder() - Method in class com.caplin.orders.barracuda.api.model.IfDoneOCO
-
Gets the stop-loss OrderData if-done portion of the strategy.
- getIfDoneStopLossOrderDeals() - Method in class com.caplin.orders.barracuda.api.model.IfDoneOCO
-
Gets all deals for the stop-loss if-done order
- getIfDoneTakeProfitOrder() - Method in class com.caplin.orders.barracuda.api.model.IfDoneOCO
-
Gets the take-profit OrderData if-done portion of the strategy.
- getIfDoneTakeProfitOrderDeals() - Method in class com.caplin.orders.barracuda.api.model.IfDoneOCO
-
Gets all deals for the take-profit if-done order
- getInitialOrder() - Method in class com.caplin.orders.barracuda.api.model.IfDone
-
Gets the OrderData of the initial portion of the strategy.
- getInitialOrder() - Method in class com.caplin.orders.barracuda.api.model.IfDoneOCO
-
Gets the OrderData for the initial Order.
- getInitialOrderDeals() - Method in class com.caplin.orders.barracuda.api.model.IfDone
-
Gets all deals for the initial order.
- getInitialOrderDeals() - Method in class com.caplin.orders.barracuda.api.model.IfDoneOCO
-
Gets all deals for the initial order
- getLocation(OrderData) - Method in interface com.caplin.orders.barracuda.extension.details.EditOrderMetaDataProvider
- getMotifAccount(String) - Method in interface com.caplin.orders.barracuda.extension.config.AccountRetriever
- getOrder(String) - Method in interface com.caplin.orders.barracuda.api.model.Strategy
-
Gets the OrderData for a specified order ID.
- getOrderByRungId(String) - Method in class com.caplin.orders.barracuda.api.model.Gamma
-
Gets the OrderData for the specified rung id.
- getPassword() - Method in class com.caplin.orders.barracuda.extension.config.SessionCredentials
- getRootOrders() - Method in class com.caplin.orders.barracuda.api.model.Benchmark
- getRootOrders() - Method in class com.caplin.orders.barracuda.api.model.Gamma
- getRootOrders() - Method in class com.caplin.orders.barracuda.api.model.IfDone
- getRootOrders() - Method in class com.caplin.orders.barracuda.api.model.IfDoneOCO
- getRootOrders() - Method in class com.caplin.orders.barracuda.api.model.OCO
- getRootOrders() - Method in class com.caplin.orders.barracuda.api.model.Single
- getRootOrders() - Method in interface com.caplin.orders.barracuda.api.model.Strategy
-
Gets the top level order(s) for this strategy, OCO strategies will contain 2 root orders, Gamma strategies will contain multiple orders and all other order types will contain 1 root order.
- getRootOrders() - Method in class com.caplin.orders.barracuda.api.model.UnsupportedStrategy
- getSalesSSOUsernameForTOBOUsername(String) - Method in class com.caplin.orders.barracuda.extension.UserManager
- getSingleDeals() - Method in class com.caplin.orders.barracuda.api.model.Single
-
Gets all the deals associated with this single order.
- getSingleOrder() - Method in class com.caplin.orders.barracuda.api.model.Single
-
Gets the OrderData for this order.
- getSpotRateDPS(String) - Method in interface com.caplin.orders.barracuda.extension.PrecisionManager
-
Should return the precision of the spot rate, quoted as the 'scale' of the value: the number of significant figures to the right of the spot rate's decimal point.
- getSpotRatePipMultiplier(String) - Method in interface com.caplin.orders.barracuda.extension.PrecisionManager
-
This is the standard number of decimal places for a rate.
- getSSOUsername(String) - Method in interface com.caplin.orders.barracuda.extension.config.SSOUserMapping
-
Returns
- getSSOUsername(String) - Method in class com.caplin.orders.barracuda.extension.UserManager
- getSSOUsernames(String) - Method in interface com.caplin.orders.barracuda.extension.config.SalesUserMapping
-
Returns a set of sales traders (their SSO Usernames), given a client/s TOBOUsername.
- getStates() - Method in class com.caplin.orders.barracuda.extension.blotter.StateConfig
- getStatesBoundByEntryDate() - Method in interface com.caplin.orders.barracuda.extension.blotter.DateConfigProvider
-
Returns A StateConfig object containing a list of states bound by submit date.
- getStatesBoundByExpiryDate() - Method in interface com.caplin.orders.barracuda.extension.blotter.DateConfigProvider
-
Returns A StateConfig object containing a list of states bound by expiry date.
- getStatesBoundByFillDate() - Method in interface com.caplin.orders.barracuda.extension.blotter.DateConfigProvider
-
Returns A StateConfig object containing a list of states bound by fill date.
- getStatesNotBoundByDate() - Method in interface com.caplin.orders.barracuda.extension.blotter.DateConfigProvider
-
Returns a list of states that are not bound by date.
- getStopLossOrder() - Method in class com.caplin.orders.barracuda.api.model.OCO
-
Gets the stop-loss OrderData for this OCO strategy.
- getStopLossOrderDeals() - Method in class com.caplin.orders.barracuda.api.model.OCO
-
Gets all deals for the stop-loss order.
- getStrategyId() - Method in interface com.caplin.orders.barracuda.api.model.Strategy
-
Gets the strategyId for this strategy.
- getStrategyType() - Method in class com.caplin.orders.barracuda.api.model.Benchmark
- getStrategyType() - Method in class com.caplin.orders.barracuda.api.model.Gamma
- getStrategyType() - Method in class com.caplin.orders.barracuda.api.model.IfDone
- getStrategyType() - Method in class com.caplin.orders.barracuda.api.model.IfDoneOCO
- getStrategyType() - Method in class com.caplin.orders.barracuda.api.model.OCO
- getStrategyType() - Method in class com.caplin.orders.barracuda.api.model.Single
- getStrategyType() - Method in interface com.caplin.orders.barracuda.api.model.Strategy
-
Gets the type of this strategy.
- getStrategyType() - Method in class com.caplin.orders.barracuda.api.model.UnsupportedStrategy
- getTakeProfitOrder() - Method in class com.caplin.orders.barracuda.api.model.OCO
-
Gets the take-profit OrderData for this OCO strategy.
- getTakeProfitOrderDeals() - Method in class com.caplin.orders.barracuda.api.model.OCO
-
Gets all deals for the take-profit order.
- getTechnicalSessionCredentials() - Method in interface com.caplin.orders.barracuda.extension.config.SessionCredentialsProvider
-
The technical Session is a read only super user that is permissioned to be able to recieve all events, and request all order details regarding orders.
- getTOBOUsername(String) - Method in interface com.caplin.orders.barracuda.extension.config.SSOUserMapping
-
Returns the TOBO Username given an SSO Username.
- getTOBOUsername(String) - Method in class com.caplin.orders.barracuda.extension.UserManager
- getTOBOUsernames(String) - Method in interface com.caplin.orders.barracuda.extension.config.AccountMapping
-
Return the set of TOBO usernames associated with the Account
- getTOBOUsernames(String) - Method in interface com.caplin.orders.barracuda.extension.config.SalesUserMapping
-
Returns a set of TOBO Usernames that sales user can trade on behalf of.
- getTOBOUsernames(String) - Method in class com.caplin.orders.barracuda.extension.UserManager
- getTOBOUsernamesStream(String) - Method in interface com.caplin.orders.barracuda.extension.config.AccountMapping
- getTriggeringEvents() - Method in class com.caplin.orders.barracuda.api.model.Benchmark
- getTriggeringEvents() - Method in class com.caplin.orders.barracuda.api.model.Gamma
- getTriggeringEvents() - Method in class com.caplin.orders.barracuda.api.model.IfDone
- getTriggeringEvents() - Method in class com.caplin.orders.barracuda.api.model.IfDoneOCO
- getTriggeringEvents() - Method in class com.caplin.orders.barracuda.api.model.OCO
- getTriggeringEvents() - Method in class com.caplin.orders.barracuda.api.model.Single
- getTriggeringEvents() - Method in interface com.caplin.orders.barracuda.api.model.Strategy
-
Get a list of OrderLifeCycleEvents that triggered the creation of this strategy update.
- getTriggeringEvents() - Method in class com.caplin.orders.barracuda.api.model.UnsupportedStrategy
- getUsername() - Method in class com.caplin.orders.barracuda.extension.config.SessionCredentials
- getUserSessionCredentials(String) - Method in interface com.caplin.orders.barracuda.extension.config.SessionCredentialsProvider
-
These credentials are used to create a user session The user session exists for the life of a request.
H
- hashCode() - Method in class com.caplin.orders.barracuda.api.model.Benchmark
- hashCode() - Method in class com.caplin.orders.barracuda.api.model.Gamma
- hashCode() - Method in class com.caplin.orders.barracuda.api.model.IfDone
- hashCode() - Method in class com.caplin.orders.barracuda.api.model.IfDoneOCO
- hashCode() - Method in class com.caplin.orders.barracuda.api.model.OCO
- hashCode() - Method in class com.caplin.orders.barracuda.api.model.Single
- hashCode() - Method in class com.caplin.orders.barracuda.api.model.UnsupportedStrategy
I
- IF_DONE - Enum constant in enum class com.caplin.orders.barracuda.api.model.StrategyType
- IF_DONE_OCO - Enum constant in enum class com.caplin.orders.barracuda.api.model.StrategyType
- IfDone - Class in com.caplin.orders.barracuda.api.model
-
Represents a strategy consisting of an initial order, which when completed activates an if-done order.
- IfDone(OrderData, OrderData, List<Deal>, List<Deal>, List<OrderLifeCycleEvent>) - Constructor for class com.caplin.orders.barracuda.api.model.IfDone
- IfDoneOCO - Class in com.caplin.orders.barracuda.api.model
-
Represents a strategy consisting of an initial order, which when completed activates 2 orders, a take-profit order and a stop-loss order - where the completion of one cancels the other.
- IfDoneOCO(OrderData, OrderData, OrderData, List<Deal>, List<Deal>, List<Deal>, List<OrderLifeCycleEvent>) - Constructor for class com.caplin.orders.barracuda.api.model.IfDoneOCO
- isInView(String, String, Deal) - Method in interface com.caplin.orders.barracuda.extension.config.AdapterBlotterFilter
- isInView(String, String, OrderData) - Method in interface com.caplin.orders.barracuda.extension.config.AdapterBlotterFilter
- isMultiSession() - Method in interface com.caplin.orders.barracuda.extension.config.SessionCredentialsProvider
-
If not multi-session then the technical user will be used for all actions, eg.
- isSalesTrader(String) - Method in interface com.caplin.orders.barracuda.extension.config.SalesUserMapping
-
Returns a boolean representing whether to not the SSO Username belongs to a sales user.
- isSalesTrader(String) - Method in class com.caplin.orders.barracuda.extension.UserManager
O
- OCO - Class in com.caplin.orders.barracuda.api.model
-
Represents a strategy consisting of 2 orders, a take-profit order and a stop-loss order.
- OCO - Enum constant in enum class com.caplin.orders.barracuda.api.model.StrategyType
- OCO(OrderData, OrderData, List<Deal>, List<Deal>, List<OrderLifeCycleEvent>) - Constructor for class com.caplin.orders.barracuda.api.model.OCO
- onBulkCancelLastLook(OrderCache, String, Set<String>) - Method in interface com.caplin.orders.barracuda.extension.bulk.BulkCancelLastLookListener
- onExtraFieldsRequest(Deal, Map<String, String>) - Method in interface com.caplin.orders.barracuda.extension.blotter.BlotterFieldsExtender
- onExtraFieldsRequest(OrderData, Map<String, String>) - Method in interface com.caplin.orders.barracuda.extension.blotter.BlotterFieldsExtender
-
Called when requesting additional fields, given the starting set of fields should return a map of additional fields.
- onStrategyEditAccept(StrategyBuilder, String, String, List<OrderData>) - Method in interface com.caplin.orders.barracuda.extension.submission.OrderLastLookListener
- onStrategyEdited(Strategy, LinkedOrderModificationRequest) - Method in interface com.caplin.orders.barracuda.extension.submission.OrderLastLookListener
-
Callback for when a strategy has been edited.
- onStrategySubmitted(MotifOrderStrategy, FixingOrderRequest) - Method in interface com.caplin.orders.barracuda.extension.submission.OrderLastLookListener
-
Callback for when a strategy has been submitted.
- onStrategySubmitted(MotifOrderStrategy, LinkedOrderRequest) - Method in interface com.caplin.orders.barracuda.extension.submission.OrderLastLookListener
-
Callback for when a strategy has been submitted.
- OrderCache - Interface in com.caplin.orders.barracuda.extension.bulk
-
Deprecated.
- OrderLastLookException - Exception Class in com.caplin.orders.barracuda.extension.submission
-
An instance of this Exception should be thrown if an FX API object or bcdfx api object has been deemed to be invalid/rejected.
- OrderLastLookException(String, String) - Constructor for exception class com.caplin.orders.barracuda.extension.submission.OrderLastLookException
-
Constructs an instance of OrderLastLookException
- OrderLastLookListener - Interface in com.caplin.orders.barracuda.extension.submission
-
To provide an implementation of this class please see
BarracudaOverridesModule
If an implementation of this class is provided, then the FX API's default validation will be turned off.
P
- PrecisionManager - Interface in com.caplin.orders.barracuda.extension
-
To provide an implementation of this class please see
BarracudaOverridesModule
Instances of this class are invoked when the spot rate dps is required.
S
- SalesUserMapping - Interface in com.caplin.orders.barracuda.extension.config
- SessionCredentials - Class in com.caplin.orders.barracuda.extension.config
- SessionCredentials(String, String) - Constructor for class com.caplin.orders.barracuda.extension.config.SessionCredentials
- SessionCredentialsProvider - Interface in com.caplin.orders.barracuda.extension.config
- Single - Class in com.caplin.orders.barracuda.api.model
-
Represents a strategy consisting of a single order
- Single(OrderData, List<Deal>, List<OrderLifeCycleEvent>) - Constructor for class com.caplin.orders.barracuda.api.model.Single
- SINGLE - Enum constant in enum class com.caplin.orders.barracuda.api.model.StrategyType
- SSOUserMapping - Interface in com.caplin.orders.barracuda.extension.config
-
Implementations of this class map between an SSO Username.
- StateConfig - Class in com.caplin.orders.barracuda.extension.blotter
- StateConfig(DateComparitor, List<OrderStateFilter>) - Constructor for class com.caplin.orders.barracuda.extension.blotter.StateConfig
- Strategy - Interface in com.caplin.orders.barracuda.api.model
-
A record of order and deal data associated with a strategy.
- StrategyService - Interface in com.caplin.orders.barracuda.api
-
May be used to obtain strategies from the system.
- StrategyType - Enum Class in com.caplin.orders.barracuda.api.model
T
- toString() - Method in class com.caplin.orders.barracuda.api.model.Benchmark
- toString() - Method in class com.caplin.orders.barracuda.api.model.Gamma
- toString() - Method in class com.caplin.orders.barracuda.api.model.IfDone
- toString() - Method in class com.caplin.orders.barracuda.api.model.IfDoneOCO
- toString() - Method in class com.caplin.orders.barracuda.api.model.OCO
- toString() - Method in class com.caplin.orders.barracuda.api.model.Single
- toString() - Method in class com.caplin.orders.barracuda.api.model.UnsupportedStrategy
- toString() - Method in class com.caplin.orders.barracuda.extension.blotter.StateConfig
U
- UNKNOWN - Enum constant in enum class com.caplin.orders.barracuda.api.model.StrategyType
- UnsupportedStrategy - Class in com.caplin.orders.barracuda.api.model
-
Represents an order which is not currently supported by the adapter.
- UnsupportedStrategy(List<OrderData>, Map<String, List<Deal>>, List<OrderLifeCycleEvent>) - Constructor for class com.caplin.orders.barracuda.api.model.UnsupportedStrategy
- UserManager - Class in com.caplin.orders.barracuda.extension
-
An interface for querying user attributes.
- UserManager(SalesUserMapping, SSOUserMapping, ClientCodeMapping, ClientTraderMapping) - Constructor for class com.caplin.orders.barracuda.extension.UserManager
- UserManagerException - Exception Class in com.caplin.orders.barracuda.extension
- UserManagerException(String) - Constructor for exception class com.caplin.orders.barracuda.extension.UserManagerException
V
- valueOf(String) - Static method in enum class com.caplin.orders.barracuda.api.model.StrategyType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.caplin.orders.barracuda.api.model.StrategyType
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Serialized Form