bitbankres class : Fitted getter
Description
Gets a value that indicates whether this instance was already initialized.
Syntax
bitbankresInstance.Fitted
Arguments
None
Return value
Class | Description |
bool | A value that indicates whether this instance was already initialized. |
Sample code
1: | bitbankres bitbankresIns = new bitbankres(); |
2: | bool init = bitbankresIns.Fitted; // false. |
Notes
Instance that is created by declaration has not been initialized.
An initialized instance of this class is returned from the methods of the bitbankapi class.
Links for reference
None.