コード例 #1
0
 public void Update(FutureKlineData other)
 {
     Update(other.Open, other.High, other.Low, other.Close, other.Volume, other.Date);
 }
コード例 #2
0
 public FutureKlineData(FutureKlineData other)
 {
     Update(other);
 }