Class ValueHistoryBondInfo
Inheritance
object
ValueHistoryBondInfo
Assembly: .dll
Syntax
public class ValueHistoryBondInfo : ValueHistory<BondMovementInfoList>, IReplayHistory
Constructors
|
Edit this page
View Source
ValueHistoryBondInfo(BondMovementInfoList, int)
Declaration
public ValueHistoryBondInfo(BondMovementInfoList initialValue, int initialRound = 0)
Parameters
|
Edit this page
View Source
ValueHistoryBondInfo(ValueHistorySaveData<BondMovementInfoList>)
Declaration
public ValueHistoryBondInfo(ValueHistorySaveData<BondMovementInfoList> data)
Parameters
Implements