XdrManageOfferResultCode
in package
Table of Contents
Constants
- BUY_NO_ISSUER = -10
- BUY_NO_TRUST = -3
- BUY_NOT_AUTHORIZED = -5
- CROSS_SELF = -8
- LINE_FULL = -6
- LOW_RESERVE = -12
- MALFORMED = -1
- NOT_FOUND = -11
- SELL_NO_ISSUER = -9
- SELL_NO_TRUST = -2
- SELL_NOT_AUTHORIZED = -4
- SUCCESS = 0
- UNDERFUNDED = -7
Methods
- __construct() : mixed
- decode() : XdrManageOfferResultCode
- encode() : string
- getValue() : int
Constants
BUY_NO_ISSUER
public
mixed
BUY_NO_ISSUER
= -10
BUY_NO_TRUST
public
mixed
BUY_NO_TRUST
= -3
BUY_NOT_AUTHORIZED
public
mixed
BUY_NOT_AUTHORIZED
= -5
CROSS_SELF
public
mixed
CROSS_SELF
= -8
LINE_FULL
public
mixed
LINE_FULL
= -6
LOW_RESERVE
public
mixed
LOW_RESERVE
= -12
MALFORMED
public
mixed
MALFORMED
= -1
NOT_FOUND
public
mixed
NOT_FOUND
= -11
SELL_NO_ISSUER
public
mixed
SELL_NO_ISSUER
= -9
SELL_NO_TRUST
public
mixed
SELL_NO_TRUST
= -2
SELL_NOT_AUTHORIZED
public
mixed
SELL_NOT_AUTHORIZED
= -4
SUCCESS
public
mixed
SUCCESS
= 0
UNDERFUNDED
public
mixed
UNDERFUNDED
= -7
Methods
__construct()
public
__construct(int $value) : mixed
Parameters
- $value : int
decode()
public
static decode(XdrBuffer $xdr) : XdrManageOfferResultCode
Parameters
- $xdr : XdrBuffer
Return values
XdrManageOfferResultCodeencode()
public
encode() : string
Return values
stringgetValue()
public
getValue() : int