音タイプ

cBots (自動売買)

概要

通知のためのさまざまな組み込みサウンドを表す定数を含む列挙型です。

シグネチャ

1
public enum SoundType

 

名前空間

cAlgo.API

関連項目

  • cAlgo.API.Internals.INotifications

フィールド

PositiveNotification

概要

ポジティブ通知音。

シグネチャ

1
public static SoundType PositiveNotification;

 

戻り値

SoundType

NegativeNotification

概要

ネガティブ通知音。

シグネチャ

1
public <span="k">static <span="n">SoundType NegativeNotification;

 

戻り値

SoundType

Announcement

概要

アナウンスメント音。

シグネチャ

1
public static SoundType Announcement;

 

戻り値

SoundType

Doorbell

概要

ドアベル音。

シグネチャ

1
public static SoundType Doorbell;

 

戻り値

SoundType

Confirmation

概要

確認音。

シグネチャ

1
public static SoundType Confirmation;

 

戻り値

SoundType

目次

このページについて