org.openstrategies.metc.strategy.base
Class UUIDSuggestionIdentifier

java.lang.Object
  extended by org.openstrategies.metc.strategy.base.UUIDSuggestionIdentifier
All Implemented Interfaces:
SuggestionIdentifier

public class UUIDSuggestionIdentifier
extends Object
implements SuggestionIdentifier

Simple suggestion identifier resolution based on an unbound UUID.


Constructor Summary
UUIDSuggestionIdentifier()
           
 
Method Summary
 String resolveIdentifier(OpenStrategy strategy)
          Resolve the id from a strategy to be passed into the OrderSingleSuggestion.
 String resolveIdentifier(org.marketcetera.trade.OrderSingleSuggestion strategy)
          Resolve the id from the OrderSingleSuggestion.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UUIDSuggestionIdentifier

public UUIDSuggestionIdentifier()
Method Detail

resolveIdentifier

public String resolveIdentifier(OpenStrategy strategy)
Resolve the id from a strategy to be passed into the OrderSingleSuggestion.

Specified by:
resolveIdentifier in interface SuggestionIdentifier

resolveIdentifier

public String resolveIdentifier(org.marketcetera.trade.OrderSingleSuggestion strategy)
Resolve the id from the OrderSingleSuggestion.

Specified by:
resolveIdentifier in interface SuggestionIdentifier


Copyright © 2010. All Rights Reserved.