Skip to main content

Variable.InvestOfferType

const InvestOfferType: {
Buy: "BUY";
Sell: "SELL";
};

Type of a secondary market offer.

  • BUY: The investor seeks to purchase shares from other holders.
  • SELL: The investor offers to sell their shares to other parties.

Type Declaration

NameTypeDefault value
Buy"BUY"'BUY'
Sell"SELL"'SELL'