UGoldOrderResponse class
Constructors
-
UGoldOrderResponse({required String id, required List<
UGoldOrderFeeResponse> fees, required List<UGoldOrderTransactionResponse> transactions, String? idempotencyKey, TagGoldOrderStatus? status, TagGoldOrderSide? side, TagGoldAsset? baseAsset, TagGoldAsset? quoteAsset, double? requestedBaseAmount, double? requestedQuoteAmount, double? dealtBaseAmount, double? dealtQuoteAmount, double? effectivePrice, double? baseUnitPrice, DateTime? createdAt}) - UGoldOrderResponse.fromJson(String str)
-
factory
-
UGoldOrderResponse.fromMap(Map<
String, dynamic> json) -
factory
Properties
- baseAsset → TagGoldAsset?
-
final
- baseUnitPrice → double?
-
final
- createdAt → DateTime?
-
final
- dealtBaseAmount → double?
-
final
- dealtQuoteAmount → double?
-
final
- effectivePrice → double?
-
final
-
fees
→ List<
UGoldOrderFeeResponse> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- idempotencyKey → String?
-
final
- quoteAsset → TagGoldAsset?
-
final
- requestedBaseAmount → double?
-
final
- requestedQuoteAmount → double?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- side → TagGoldOrderSide?
-
final
- status → TagGoldOrderStatus?
-
final
-
transactions
→ List<
UGoldOrderTransactionResponse> -
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