Variable.InvestOfferType
const InvestOfferType: {
Buy: "BUY";
Sell: "SELL";
};
Type of a secondary market offer.
Type Declaration
| Name | Type |
|---|---|
Buy | "BUY" |
Sell | "SELL" |
const InvestOfferType: {
Buy: "BUY";
Sell: "SELL";
};
Type of a secondary market offer.
| Name | Type |
|---|---|
Buy | "BUY" |
Sell | "SELL" |