Master Slave Mapping History

The Master Slave Mapping History table keeps a historical data of all the previous trades, which includes Start Copy, Start Copy, Allocation amount, etc. The fields for the Master Slave Mapping History table are:

Table Name: MasterSlaveMappingHistory

Column Name

Data Type

Valid Values

Allow Nulls

Description

PK_MasterSlaveAccMappHistID

int identity

No

FK_MasterAccountID

int

No

FK_SlaveAccountID

int

No

CopyMode

bit

No

CopyStartTime

datetime

(getutcdate())

Yes

SLAmount

decimal

Yes

CopyStopTime

datetime

(getutcdate())

Yes

PeakAllocationAmount

decimal

Yes

AllocationAmount

decimal

Yes

CurrentAllocation

decimal

Yes

ManageLots

int

No

MoneyMgmtRules

decimal

No

OrderExecution

int

No

LastUpdatedtime

datetime

(getutcdate())

Yes

The time when the last update took place.

Comment

varchar

Yes

MS_MapId

int

Yes

IsCopyStopped

bit

((0))

No

VAMI

decimal

Yes

ReturnPerc

decimal

Yes

HWM

decimal

((0))

No

HWMModifiedDate

datetime

(getutcdate())

No

AllocationID

int

Yes

LastCurrentAllocation

decimal

Yes

FK_BasketFundID

int

Yes

Last updated

Was this helpful?