mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-03-12 00:54:37 +00:00
Add link to Config.java in class docs
Hideous, but navigable.
This commit is contained in:
parent
7df2533469
commit
661ef2fa41
@ -76,6 +76,8 @@ import static protobuf.OfferDirection.SELL;
|
||||
* </pre>
|
||||
* <p>
|
||||
* The '--simulate-regtest-payment=true' option is ignored by this bot. Taking a swap triggers execution of the swap.
|
||||
*
|
||||
* @see <a href="https://github.com/bisq-network/bisq-api-reference/blob/make-proto-downloader-runnable-from-any-dir/java-examples/src/main/java/bisq/bots/Config.java">bisq.bots.Config.java</a>
|
||||
*/
|
||||
@Slf4j
|
||||
@Getter
|
||||
|
||||
@ -81,6 +81,8 @@ import static protobuf.OfferDirection.BUY;
|
||||
* <pre>
|
||||
* TakeBestPricedOfferToBuyBtc --password=api-password --port=api-port [--simulate-regtest-payment=true|false]
|
||||
* </pre>
|
||||
*
|
||||
* @see <a href="https://github.com/bisq-network/bisq-api-reference/blob/make-proto-downloader-runnable-from-any-dir/java-examples/src/main/java/bisq/bots/Config.java">bisq.bots.Config.java</a>
|
||||
*/
|
||||
@Slf4j
|
||||
@Getter
|
||||
|
||||
@ -80,6 +80,8 @@ import static protobuf.OfferDirection.SELL;
|
||||
* <pre>
|
||||
* TakeBestPricedOfferToBuyXmr --password=api-password --port=api-port [--simulate-regtest-payment=true|false]
|
||||
* </pre>
|
||||
*
|
||||
* @see <a href="https://github.com/bisq-network/bisq-api-reference/blob/make-proto-downloader-runnable-from-any-dir/java-examples/src/main/java/bisq/bots/Config.java">bisq.bots.Config.java</a>
|
||||
*/
|
||||
@Slf4j
|
||||
@Getter
|
||||
|
||||
@ -81,6 +81,8 @@ import static protobuf.OfferDirection.SELL;
|
||||
* <pre>
|
||||
* TakeBestPricedOfferToBuyBtc --password=api-password --port=api-port [--simulate-regtest-payment=true|false]
|
||||
* </pre>
|
||||
*
|
||||
* @see <a href="https://github.com/bisq-network/bisq-api-reference/blob/make-proto-downloader-runnable-from-any-dir/java-examples/src/main/java/bisq/bots/Config.java">bisq.bots.Config.java</a>
|
||||
*/
|
||||
@Slf4j
|
||||
@Getter
|
||||
|
||||
@ -80,6 +80,8 @@ import static protobuf.OfferDirection.BUY;
|
||||
* <pre>
|
||||
* TakeBestPricedOfferToSellXmr --password=api-password --port=api-port [--simulate-regtest-payment=true|false]
|
||||
* </pre>
|
||||
*
|
||||
* @see <a href="https://github.com/bisq-network/bisq-api-reference/blob/make-proto-downloader-runnable-from-any-dir/java-examples/src/main/java/bisq/bots/Config.java">bisq.bots.Config.java</a>
|
||||
*/
|
||||
@Slf4j
|
||||
@Getter
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user