mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
.
This commit is contained in:
@@ -192,6 +192,7 @@
|
||||
<ClInclude Include="src\CanonicalTXSet.h" />
|
||||
<ClInclude Include="src\Config.h" />
|
||||
<ClInclude Include="src\ConnectionPool.h" />
|
||||
<ClInclude Include="src\Contract.h" />
|
||||
<ClInclude Include="src\Conversion.h" />
|
||||
<ClInclude Include="src\HashedObject.h" />
|
||||
<ClInclude Include="src\HttpReply.h" />
|
||||
|
||||
@@ -524,6 +524,9 @@
|
||||
<ClInclude Include="src\OrderBook.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="src\Contract.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="wallet.xml" />
|
||||
|
||||
@@ -17,7 +17,8 @@ class OrderBook
|
||||
public:
|
||||
typedef boost::shared_ptr<OrderBook> pointer;
|
||||
|
||||
// returns NULL if ledgerEntry doesn't point to an orderbook
|
||||
// returns NULL if ledgerEntry doesn't point to an order
|
||||
// if ledgerEntry is an Order it creates the OrderBook this order would live in
|
||||
static OrderBook::pointer newOrderBook(SerializedLedgerEntry::pointer ledgerEntry);
|
||||
|
||||
uint256& getBookBase(){ return(mBookBase); }
|
||||
|
||||
Reference in New Issue
Block a user