Skip to content

Commit

Permalink
Update BitfinexCancelOfferRequest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Achterhoeker authored Mar 24, 2017
1 parent d526366 commit 53bdca0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ public class BitfinexCancelOfferRequest {

@JsonProperty("offer_id")
@JsonRawValue
private int offerId;
private long offerId;

public BitfinexCancelOfferRequest(String nonce, int offerId) {
public BitfinexCancelOfferRequest(String nonce, long offerId) {

this.request = "/v1/offer/cancel";
this.nonce = nonce;
Expand Down

0 comments on commit 53bdca0

Please sign in to comment.