BankDetails Class |
Namespace: StockSharp.Messages
[SerializableAttribute] [TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class BankDetails : IPersistable
The BankDetails type exposes the following members.
Name | Description | |
---|---|---|
![]() | BankDetails | Initializes a new instance of the BankDetails class |
Name | Description | |
---|---|---|
![]() | Account |
Bank account.
|
![]() | AccountName |
Bank account name.
|
![]() | Address |
Address.
|
![]() | Bic |
Bank BIC.
|
![]() | City |
City.
|
![]() | Country |
Country.
|
![]() | Currency |
Currency.
|
![]() | Iban |
IBAN.
|
![]() | Name |
Name.
|
![]() | PostalCode |
Postal code.
|
![]() | Swift |
Bank SWIFT.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Load |
Load settings.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Save |
Save settings.
|
![]() | ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |