public class DeleteOrder extends CancelOrder
signature
Constructor and Description |
---|
DeleteOrder(PrivateKeyAccount sender,
AssetPair assetPair,
long timestamp) |
DeleteOrder(PrivateKeyAccount sender,
AssetPair assetPair,
String orderId) |
DeleteOrder(PublicKeyAccount sender,
AssetPair assetPair,
long timestamp,
ByteString signature) |
DeleteOrder(PublicKeyAccount sender,
AssetPair assetPair,
String orderId,
ByteString signature) |
getAssetPair, getBytes, getOrderId, getSender, getSenderPublicKey, getTimestamp
getSignature, verifySignature
public DeleteOrder(PrivateKeyAccount sender, AssetPair assetPair, String orderId)
public DeleteOrder(PrivateKeyAccount sender, AssetPair assetPair, long timestamp)
public DeleteOrder(PublicKeyAccount sender, AssetPair assetPair, String orderId, ByteString signature)
public DeleteOrder(PublicKeyAccount sender, AssetPair assetPair, long timestamp, ByteString signature)
Copyright © 2019. All rights reserved.