Proxy funkction for getAssetPair by assets
This commit is contained in:
parent
a9ad772112
commit
6eb9ab8ff9
@ -85,4 +85,9 @@ public class RealWorld implements World {
|
||||
return godworld.getDefaultAssetPair();
|
||||
}
|
||||
|
||||
@Override
|
||||
public AssetPair getAssetPair(AbstractAsset asset, AbstractAsset currency) {
|
||||
return godworld.getAssetPair(asset, currency);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user