nanoLot method

C nanoLot(
  1. double nanoLot
)

Implementation

C nanoLot(double nanoLot) {
  final positionSize = getPositionSizeWithLotDescriptorAndValue(
    state.lotDescriptors!.nano!,
    nanoLot,
  );

  return patchState(MatexBaseCoreState(positionSize: positionSize));
}