ForexQuote class abstract
ForexQuote
Properties:
- account - The account name.
- accountType - The account type.
- baseAmount - The base amount.
- basePoints - The base points.
- buy - The buy rate.
- interbank - The interbank amount.
- reference - The reference assigned to the forex quote request.
- sell - The sell rate.
- signature - The signature to validate the integrity.
- source_ - The source of the forex quote.
- type - The type of forex.
- validTill - The date until which the forex quote is valid.
- Annotations
-
- @BuiltValue.new()
Constructors
- ForexQuote([void updates(ForexQuoteBuilder b)])
-
factory
Properties
- account → String?
-
The account name.
no setter
- accountType → String?
-
The account type.
no setter
- baseAmount → Amount?
-
The base amount.
no setter
- basePoints → int
-
The base points.
no setter
- buy → Amount?
-
The buy rate.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- interbank → Amount?
-
The interbank amount.
no setter
- reference → String?
-
The reference assigned to the forex quote request.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sell → Amount?
-
The sell rate.
no setter
- signature → String?
-
The signature to validate the integrity.
no setter
- source_ → String?
-
The source of the forex quote.
no setter
- type → String?
-
The type of forex.
no setter
- validTill → DateTime
-
The date until which the forex quote is valid.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(ForexQuoteBuilder)) → ForexQuote -
Rebuilds the instance.
inherited
-
toBuilder(
) → ForexQuoteBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
ForexQuote> -
no setter