|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for trading provider plugins.
Method Summary | |
---|---|
java.lang.String |
getName()
|
java.util.List |
getRoutes()
Gets a list of the supported routes (or exchanges). |
java.util.List |
getSides()
Gets a list of the supported order sides. |
java.util.List |
getTypes()
Gets a list of the supported order types. |
java.util.List |
getValidity()
Gets a list of the supported validity values. |
void |
sendCancelRequest(Order order)
Send a request to the receiver to cancel the order. |
void |
sendNew(Order order)
Send a new order to the receiver. |
void |
sendReplaceRequest(Order order)
Send a request to the receiver to replace the order values. |
void |
setName(java.lang.String name)
|
Method Detail |
public void setName(java.lang.String name)
public java.lang.String getName()
public java.util.List getTypes()
public java.util.List getSides()
public java.util.List getValidity()
public java.util.List getRoutes()
public void sendNew(Order order)
order
- - the order to sendpublic void sendCancelRequest(Order order)
order
- - the order to cancelpublic void sendReplaceRequest(Order order)
order
- - the order to cancel
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |