|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.ObjectAgentStrategyService
class AgentStrategyService
Property Summary | |
---|---|
java.lang.Object |
submissionService
|
boolean |
transactional
|
Constructor Summary | |
AgentStrategyService()
|
Method Summary | |
---|---|
protected java.lang.Double
|
getPrice(Product timeslot)
|
java.lang.Object
|
onCashUpdateReceived(CashPosition cashPositionInstance, groovy.util.slurpersupport.GPathResult gpathSource)
|
java.lang.Object
|
onCompetitionReceived(Competition competitionInstance, groovy.util.slurpersupport.GPathResult gpathSource)
|
java.lang.Object
|
onDepotUpdateReceived(DepotPosition depotPositionInstance, groovy.util.slurpersupport.GPathResult gpathSource)
|
java.lang.Object
|
onForecastUpdateReceived(Forecast forecastInstance, groovy.util.slurpersupport.GPathResult gpathSource)
|
java.lang.Object
|
onNewCompetitionTimeReceived(java.util.Date dateTime, Competition competitionInstance)
|
java.lang.Object
|
onOrderStatusUpdateReceived(Shout shout, groovy.util.slurpersupport.GPathResult gpathSource)
|
java.lang.Object
|
onOrderbookUpdateReceived(Orderbook orderbookInstance, groovy.util.slurpersupport.GPathResult gpathSource)
|
java.lang.Object
|
onProductUpdateReceived(Product productInstance, groovy.util.slurpersupport.GPathResult gpathSource)
|
java.lang.Object
|
onQuoteUpdateReceived(QuoteLog quoteLogInstance, groovy.util.slurpersupport.GPathResult gpathSource)
|
java.lang.Object
|
onTradeUpdateReceived(TradeLog tradeLogInstance, groovy.util.slurpersupport.GPathResult gpathSource)
|
java.lang.Object
|
submitDeltaShoutFor(Product productInstance)
|
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Property Detail |
---|
java.lang.Object submissionService
boolean transactional
Constructor Detail |
---|
AgentStrategyService()
Method Detail |
---|
protected java.lang.Double getPrice(Product timeslot)
java.lang.Object onCashUpdateReceived(CashPosition cashPositionInstance, groovy.util.slurpersupport.GPathResult gpathSource)
java.lang.Object onCompetitionReceived(Competition competitionInstance, groovy.util.slurpersupport.GPathResult gpathSource)
java.lang.Object onDepotUpdateReceived(DepotPosition depotPositionInstance, groovy.util.slurpersupport.GPathResult gpathSource)
java.lang.Object onForecastUpdateReceived(Forecast forecastInstance, groovy.util.slurpersupport.GPathResult gpathSource)
java.lang.Object onNewCompetitionTimeReceived(java.util.Date dateTime, Competition competitionInstance)
java.lang.Object onOrderStatusUpdateReceived(Shout shout, groovy.util.slurpersupport.GPathResult gpathSource)
java.lang.Object onOrderbookUpdateReceived(Orderbook orderbookInstance, groovy.util.slurpersupport.GPathResult gpathSource)
java.lang.Object onProductUpdateReceived(Product productInstance, groovy.util.slurpersupport.GPathResult gpathSource)
java.lang.Object onQuoteUpdateReceived(QuoteLog quoteLogInstance, groovy.util.slurpersupport.GPathResult gpathSource)
java.lang.Object onTradeUpdateReceived(TradeLog tradeLogInstance, groovy.util.slurpersupport.GPathResult gpathSource)
java.lang.Object submitDeltaShoutFor(Product productInstance)
Groovy Documentation