UGoldTradeLimitResponse class
Constructors
- UGoldTradeLimitResponse({String? type, String? asset, double? maxVolume, double? usedVolume, double? remainingVolume, String? interval, String? resetsAt, TagGoldOrderSide? side, String? windowStart, String? windowEnd})
- UGoldTradeLimitResponse.fromJson(String str)
-
factory
-
UGoldTradeLimitResponse.fromMap(Map<
String, dynamic> json) -
factory
Properties
- asset → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- interval → String?
-
final
- maxVolume → double?
-
final
- remainingVolume → double?
-
final
- resetsAt → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- side → TagGoldOrderSide?
-
final
- type → String?
-
final
- usedVolume → double?
-
final
- windowEnd → String?
-
final
- windowStart → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited