Class Summary |
FXTP |
This interface provides an API into the ideosphere.com server; it
has been developed independently by Justin Wells. |
FXTP_Book |
|
FXTP_Claim |
A Bean representing a claim on FX |
FXTP_Order |
A Bean representing an Order on FXTP--something that would
reside in a book, and we typically call a set of orders a Book. |
FXTP_Position |
A bean representing a position on ideosphere--the combination
of a symbol and a quantity. |
FXTP_Tick |
A bean representing a transaction on ideosphere--someone sold
something to someone else at a particular moment in time. |
FXTP_Trader |
|
FXTP_User |
A bean representing an FXTP_User and what we know
about them, including their order book and holdings. |
FXTP_UserId |
A lightweight user with just uid, nym, and email addr,
without all the stuff in FXTP_user |