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
| Name | Type | Default value |
|---|---|---|
Buy | "BUY" | 'BUY' |
Sell | "SELL" | 'SELL' |