Tỷ giá ngoại tệ
API Name: /Market/GetExchangeRate
CurrencyRateId
bigint
Id lưu tỷ giá ngoại tệ
Exchange rate saving ID
OrganCode
nvarchar
15
Mã doanh nghiệp theo quy định của StoxPlus
Organization code, defined by StoxPlus
LeftCurrencyCode RightCurrencyCode
nvarchar
5
Mã tiền tệ lấy từ bảng stx_mst_Currency Left so với Right vd: USD-VND: tỷ giá USD so với VND
Currency code taken from the stx_mst_Currency table Left compared to Right e.g.: USD-VND: exchange rate USD compared to VND
ExchangeRateCode
nvarchar
15
Mã cặp tiền tệ
Exchange rate code
Buy
decimal
(18,0)
Mua vào
Buy
Transfer
decimal
(18,0)
Chuyển khoản
Transfer
Sell
decimal
(18,0)
Bán ra
Sell
TradingDate
datetime
Thời gian giao dịch
Transaction time
Status
tinyint
1
Trạng thái của bản ghi. 0: record khóa; 1: record mở; 2: record đã xóa
The record status: 0: Locked; 1: Open; 2: Deleted
CreateDate
datetime
8
Ngày tạo record
The first created date
UpdateDate
datetime
8
Ngày cập nhật record
The last updated date
Last updated