LimitOrderCancel
public struct LimitOrderCancel : OperationType, Equatable
                Cancels an order and returns the balance to owner.
- 
                  
                  
Declaration
Swift
public var owner: String - 
                  
                  
Declaration
Swift
public var orderid: UInt32 - 
                  
                  
Declaration
Swift
public init(owner: String, orderid: UInt32) 
View on GitHub
        LimitOrderCancel Structure Reference