Class InstanceMarketOptionsRequest


  • public class InstanceMarketOptionsRequest
    extends AbstractModel
    • Constructor Detail

      • InstanceMarketOptionsRequest

        public InstanceMarketOptionsRequest()
      • InstanceMarketOptionsRequest

        public InstanceMarketOptionsRequest​(InstanceMarketOptionsRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getSpotOptions

        public SpotMarketOptions getSpotOptions()
        Get 竞价相关选项 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        SpotOptions 竞价相关选项 注意:此字段可能返回 null,表示取不到有效值。
      • setSpotOptions

        public void setSpotOptions​(SpotMarketOptions SpotOptions)
        Set 竞价相关选项 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        SpotOptions - 竞价相关选项 注意:此字段可能返回 null,表示取不到有效值。
      • getMarketType

        public String getMarketType()
        Get 市场选项类型,当前只支持取值:spot 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MarketType 市场选项类型,当前只支持取值:spot 注意:此字段可能返回 null,表示取不到有效值。
      • setMarketType

        public void setMarketType​(String MarketType)
        Set 市场选项类型,当前只支持取值:spot 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MarketType - 市场选项类型,当前只支持取值:spot 注意:此字段可能返回 null,表示取不到有效值。