프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Positions | List |
||
Transactions | List |
메소드 | 설명 | |
---|---|---|
Account ( |
||
Add ( |
||
Add ( |
||
Add ( System.DateTime dateTime, double value, byte currencyId = CId.USD, string text = null, bool updateParent = true ) : void | ||
Add ( FastQuant.Fill fill, bool updateParent = true ) : void | ||
Add ( double value, byte currencyId = CId.USD, string text = null, bool updateParent = true ) : void | ||
Deposit ( System.DateTime dateTime, double value, byte currencyId = CId.USD, string text = null, bool updateParent = true ) : void | ||
Deposit ( double value, byte currencyId = CId.USD, string text = null, bool updateParent = true ) : void | ||
GetByCurrencyId ( byte currencyId ) : |
||
GetValue ( byte currencyId ) : double | ||
Withdraw ( System.DateTime dateTime, double value, byte currencyId = CId.USD, string text = null, bool updateParent = true ) : void | ||
Withdraw ( double value, byte currencyId = CId.USD, string text = null, bool updateParent = true ) : void |
public Add ( |
||
transaction | ||
updateParent | bool | |
리턴 | void |
public Add ( System.DateTime dateTime, double value, byte currencyId = CId.USD, string text = null, bool updateParent = true ) : void | ||
dateTime | System.DateTime | |
value | double | |
currencyId | byte | |
text | string | |
updateParent | bool | |
리턴 | void |
public Add ( FastQuant.Fill fill, bool updateParent = true ) : void | ||
fill | FastQuant.Fill | |
updateParent | bool | |
리턴 | void |
public Add ( double value, byte currencyId = CId.USD, string text = null, bool updateParent = true ) : void | ||
value | double | |
currencyId | byte | |
text | string | |
updateParent | bool | |
리턴 | void |
public Deposit ( System.DateTime dateTime, double value, byte currencyId = CId.USD, string text = null, bool updateParent = true ) : void | ||
dateTime | System.DateTime | |
value | double | |
currencyId | byte | |
text | string | |
updateParent | bool | |
리턴 | void |
public Deposit ( double value, byte currencyId = CId.USD, string text = null, bool updateParent = true ) : void | ||
value | double | |
currencyId | byte | |
text | string | |
updateParent | bool | |
리턴 | void |
public GetByCurrencyId ( byte currencyId ) : |
||
currencyId | byte | |
리턴 |
public Withdraw ( System.DateTime dateTime, double value, byte currencyId = CId.USD, string text = null, bool updateParent = true ) : void | ||
dateTime | System.DateTime | |
value | double | |
currencyId | byte | |
text | string | |
updateParent | bool | |
리턴 | void |
public Withdraw ( double value, byte currencyId = CId.USD, string text = null, bool updateParent = true ) : void | ||
value | double | |
currencyId | byte | |
text | string | |
updateParent | bool | |
리턴 | void |